32 #include "DGtal/base/Common.h"
36 using namespace DGtal;
42 #include <QtGui/qapplication.h>
43 #include "DGtal/io/viewers/Viewer3D.h"
44 #include "DGtal/base/Common.h"
45 #include "DGtal/helpers/StdDefs.h"
46 #include "DGtal/shapes/Shapes.h"
50 using namespace DGtal;
62 unsigned int nbok = 0;
68 trace.
info() <<
"(" << nbok <<
"/" << nb <<
") "
69 <<
"true == true" << std::endl;
78 int main(
int argc,
char** argv )
81 QApplication application(argc,argv);
88 Domain domain( plow, pup );
89 K.
init( plow, pup,
true );
99 viewer << voxelB<< voxelA;
107 viewer << surfelA << surfelB << surfelC << surfelD << surfelE;
112 viewer << linelA << linelB << linelC;
126 viewer << ssurfelXZ << ssurfelXY << ssurfelZY;
127 viewer << ssurfelXZo << ssurfelXYo << ssurfelZYo;
134 viewer << pointelA << pointelB << pointelC << linelAC;
136 viewer << Viewer3D::updateDisplay;