46 #include "DGtal/base/Common.h"
48 #include "DGtal/base/Common.h"
49 #include "DGtal/io/readers/VolReader.h"
50 #include "DGtal/images/ImageSelector.h"
51 #include "DGtal/images/imagesSetsUtils/SetFromImage.h"
52 #include "DGtal/io/viewers/Viewer3D.h"
54 #include "DGtal/helpers/StdDefs.h"
55 #include "ConfigExamples.h"
61 using namespace DGtal;
65 int main(
int argc,
char** argv )
68 std::string inputFilename = examplesPath +
"samples/Al.100.vol";
69 QApplication application(argc,argv);
82 return application.exec();
Aim: A wrapper class around a STL associative container for storing sets of digital points within som...
Aim: implements association bewteen points lying in a digital domain and values.
Aim: An object (or digital object) represents a set in some digital space associated with a digital t...
virtual void show()
Overload QWidget method in order to add a call to updateList() method (to ensure that the lists are w...
DGtal is the top-level namespace which contains all DGtal functions and types.
Class for adding a Clipping plane through the Viewer3D stream. Realizes the concept CDrawableWithView...
Aim: Define utilities to convert a digital set into an image.
Aim: implements methods to read a "Vol" file format.
ImageContainerBySTLVector< Domain, Value > Image