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"
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: This semi abstract class defines the stream mechanism to display 3d primitive (like BallVector,...
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.
ImageContainerBySTLVector< Domain, Value > Type
static void append(Set &aSet, const ForegroundPredicate &isForeground, typename Image::Domain::ConstIterator itBegin, typename Image::Domain::ConstIterator itEnd)
static ImageContainer importVol(const std::string &filename, const Functor &aFunctor=Functor())
ImageContainerBySTLVector< Domain, Value > Image