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/PolyscopeViewer.h"
54#include "DGtal/helpers/StdDefs.h"
55#include "ConfigExamples.h"
68 std::string inputFilename = examplesPath +
"samples/Al.100.vol";
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.
const Domain & domain() const
Aim: An object (or digital object) represents a set in some digital space associated with a digital t...
void show() override
Starts the event loop and display of elements.
static const DT18_6 dt18_6
DGtal is the top-level namespace which contains all DGtal functions and types.
ImageContainerBySTLVector< Domain, Value > Type
Aim: Define utilities to convert a digital set into an image.
static ImageContainer importVol(const std::string &filename, const Functor &aFunctor=Functor())