40 #include "DGtal/base/Common.h"
41 #include "DGtal/helpers/StdDefs.h"
42 #include "DGtal/io/viewers/Viewer3D.h"
46 using namespace DGtal;
53 int main(
int argc,
char** argv )
56 QApplication application(argc,argv);
67 viewer << p1 << p2 << p3;
69 viewer<< MyViewer::updateDisplay;
70 return application.exec();
virtual void show()
Overload QWidget method in order to add a call to updateList() method (to ensure that the lists are w...
DGtal is the top-level namespace which contains all DGtal functions and types.
int main(int argc, char **argv)