32 #include <QtGui/qapplication.h>
33 #include "DGtal/io/viewers/Viewer3D.h"
34 #include "DGtal/base/Common.h"
35 #include "DGtal/helpers/StdDefs.h"
40 using namespace DGtal;
47 int main(
int argc,
char** argv )
50 QApplication application(argc,argv);
60 viewer << p1 << p2 << p3;
62 viewer<< Viewer3D::updateDisplay;
63 return application.exec();