32 #include <QtGui/qapplication.h>
33 #include "DGtal/io/viewers/Viewer3D.h"
34 #include "DGtal/base/Common.h"
35 #include "DGtal/helpers/StdDefs.h"
36 #include "DGtal/shapes/Shapes.h"
41 using namespace DGtal;
48 int main(
int argc,
char** argv )
51 QApplication application(argc,argv);
57 Point p1( -1, -1, -2 );
68 viewer << p1 << p2 << p3<< p4<< p5 << p6 << p0;
72 viewer << domain << Display3D::updateDisplay;
75 return application.exec();