• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

tests/mainvtk/mainvtk.cpp

Go to the documentation of this file.
00001 #include <QApplication>
00002 
00003 #include "DGVMainVTK.h"
00004 
00005 int main(int argc, char *argv[])
00006 {
00007         QApplication app(argc,argv);
00008         DGVMainVTK MainWindow;
00009 
00010         MainWindow.show();
00011 
00012         return app.exec();
00013 }
00014 

Generated on Wed Sep 8 2010 01:36:51 for DGV by  doxygen 1.7.1