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;
70 return application.exec();
const Domain domain(Point(1, 2), Point(6, 5))
virtual void show()
Overload QWidget method in order to add a call to updateList() method (to ensure that the lists are w...
int main(int argc, char **argv)
DGtal is the top-level namespace which contains all DGtal functions and types.