41#include "DGtal/base/Common.h"
42#include "DGtal/io/DrawWithDisplay3DModifier.h"
43#include "DGtal/io/Color.h"
44#include "DGtal/helpers/StdDefs.h"
45#include "DGtal/shapes/Shapes.h"
46#include "DGtal/io/viewers/Viewer3D.h"
58int main(
int argc,
char** argv )
61 QApplication application(argc,argv);
68 Point p2( 10, 10 , 10 );
79 viewer <<
SetMode3D( shape.className(),
"DrawAdjacencies" );
83 viewer <<
SetMode3D( shape2.className(),
"DrawAdjacencies" );
87 return application.exec();
Structure representing an RGB triple with alpha component.
Aim: A wrapper class around a STL associative container for storing sets of digital points within som...
Aim: An object (or digital object) represents a set in some digital space associated with a digital t...
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...
static const DT6_18 dt6_18
static const DT18_6 dt18_6
DGtal is the top-level namespace which contains all DGtal functions and types.
Modifier class in a Display3D stream. Useful to choose your own mode for a given class....