42 #include "DGtal/base/Common.h"
43 #include "DGtal/helpers/StdDefs.h"
44 #include "DGtal/shapes/Shapes.h"
45 #include "DGtal/io/viewers/Viewer3D.h"
50 using namespace DGtal;
57 int main(
int argc,
char** argv )
61 QApplication application(argc,argv);
67 Point p2( 10, 10 , 10 );
75 shape_set.erase(
Point(3,3,3));
76 shape_set.erase(
Point(6,6,6));
77 viewer << shape_set << MyViewer::updateDisplay;
79 return application.exec();
Aim: A wrapper class around a STL associative container for storing sets of digital points within som...
Aim: A utility class for constructing different shapes (balls, diamonds, and others).
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)