DomainDecomposition/GenerateShapeTopology/generateshapetopology.h

Go to the documentation of this file.
00001 #ifndef GENERATESHAPETOPOLOGY
00002 #define GENERATESHAPETOPOLOGY
00003 
00004 #include "ui_generateshapetopology.h"
00005 
00006 class generateShapeTopologyDlg : public QDialog, private Ui::GenerateShapeTopology
00007 {
00008         Q_OBJECT
00009 public:
00010         generateShapeTopologyDlg(QWidget *parent = 0);
00011 
00012 public slots:
00013         void inputBrowse();
00014         void outputBrowse();
00015         void run();
00016         void help();
00017 };
00018 
00019 #endif
00020 

Generated on Sun Aug 5 17:33:57 2007 for PIHMgis by  doxygen 1.5.2