39#include "ConfigExamples.h"
40#include "DGtal/helpers/StdDefs.h"
41#include "DGtal/base/Common.h"
42#include "DGtal/shapes/Mesh.h"
44#include "DGtal/shapes/MeshVoxelizer.h"
46#include "DGtal/io/writers/MeshWriter.h"
56 trace.beginBlock (
"Example MeshVoxelizer" );
63 trace.info()<<
"Creating a cube"<<std::endl;
89 trace.info()<<
"Digitization..."<<std::endl;
90 voxelizer.
voxelize(outputSet, aMesh, 15.0);
92 trace.info()<<
"Got "<< outputSet.
size() <<
" voxels."<<std::endl;
Aim: A class for computing the digitization of a triangle or a Mesh.
void voxelize(DigitalSet &outputSet, const Mesh< MeshPoint > &aMesh, const double scaleFactor=1.0)
Aim: This class is defined to represent a surface mesh through a set of vertices and faces....
void addQuadFace(Index indexVertex1, Index indexVertex2, Index indexVertex3, Index indexVertex4, const DGtal::Color &aColor=DGtal::Color::White)
void addVertex(const TPoint &vertex)
Z3i this namespace gathers the standard of types for 3D imagery.
DGtal is the top-level namespace which contains all DGtal functions and types.
Z2i::DigitalSet DigitalSet