32 #include "DGtal/base/Common.h"
33 #include <QtGui/qapplication.h>
34 #include "DGtal/base/Common.h"
35 #include "DGtal/io/readers/VolReader.h"
36 #include "DGtal/images/ImageSelector.h"
37 #include "DGtal/images/imagesSetsUtils/SetFromImage.h"
39 #include "DGtal/io/viewers/Viewer3D.h"
40 #include "DGtal/helpers/StdDefs.h"
41 #include "ConfigExamples.h"
47 using namespace DGtal;
51 int main(
int argc,
char** argv )
54 std::string inputFilename = examplesPath +
"samples/Al.100.vol";
55 QApplication application(argc,argv);
67 viewer <<
ClippingPlane(0,1,0, -40) << Display3D::updateDisplay;
75 return application.exec();