40 #include "DGtal/base/Common.h"
41 #include "DGtal/io/readers/VolReader.h"
42 #include "DGtal/io/Display3D.h"
44 #include "DGtal/io/DrawWithDisplay3DModifier.h"
45 #include "DGtal/images/ImageSelector.h"
46 #include "DGtal/images/imagesSetsUtils/SetFromImage.h"
47 #include "DGtal/helpers/StdDefs.h"
48 #include "ConfigExamples.h"
52 using namespace DGtal;
58 std::string inputFilename = examplesPath +
"samples/Al.100.vol";
67 viewer >>
"exportMeshToOFF.off";
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.
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Define utilities to convert a digital set into an image.
Aim: implements methods to read a "Vol" file format.
ImageContainerBySTLVector< Domain, Value > Image