33 #include "DGtal/base/Common.h"
34 #include "DGtal/helpers/StdDefs.h"
35 #include "DGtal/shapes/Shapes.h"
36 #include "DGtal/io/viewers/Viewer3D.h"
41 using namespace DGtal;
48 int main(
int argc,
char** argv )
52 QApplication application(argc,argv);
58 Point p2( 10, 10 , 10 );
66 shape_set.erase(Point(3,3,3));
67 shape_set.erase(Point(6,6,6));
70 return application.exec();
DigitalSetSelector< Domain, BIG_DS+HIGH_BEL_DS >::Type DigitalSet
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.
Aim: A utility class for constructing different shapes (balls, diamonds, and others).