2 #include "DGtal/base/Common.h"
3 #include "DGtal/io/readers/VolReader.h"
4 #include "DGtal/io/Display3D.h"
6 #include "DGtal/io/DrawWithDisplay3DModifier.h"
7 #include "DGtal/images/ImageSelector.h"
8 #include "DGtal/images/imagesSetsUtils/SetFromImage.h"
9 #include "DGtal/helpers/StdDefs.h"
10 #include "ConfigExamples.h"
14 using namespace DGtal;
17 int main(
int ,
char** )
19 std::string inputFilename = examplesPath +
"samples/Al.100.vol";
28 viewer >>
"exportMeshToOFF.off";