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"
57int 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));
79 return application.exec();
Aim: A wrapper class around a STL associative container for storing sets of digital points within som...
static void addNorm1Ball(TDigitalSet &aSet, const Point &aCenter, UnsignedInteger aRadius)
static void addNorm2Ball(TDigitalSet &aSet, const Point &aCenter, UnsignedInteger aRadius)
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.