31 #include "DGtal/io/boards/Board3DTo2D.h"
32 #include "DGtal/base/Common.h"
33 #include "DGtal/helpers/StdDefs.h"
34 #include "DGtal/shapes/Shapes.h"
40 using namespace DGtal;
52 Point p2( 10, 10 , 10 );
61 shape_set.erase(
Point(3,3,3));
62 shape_set.erase(
Point(6,6,6));
70 board.
saveCairo(
"dgtalBoard3DTo2D-2-sets.png", Board3DTo2D::CairoPNG, 600, 400);