41 #include "DGtal/io/boards/Board3DTo2D.h" 42 #include "DGtal/io/DrawWithDisplay3DModifier.h" 43 #include "DGtal/base/Common.h" 44 #include "DGtal/helpers/StdDefs.h" 45 #include "DGtal/shapes/Shapes.h" 50 using namespace DGtal;
62 Point p2( 10, 10 , 10 );
69 shape_set.erase(
Point(3,3,3));
70 shape_set.erase(
Point(6,6,6));
DigitalSetSelector< Domain, BIG_DS+HIGH_BEL_DS >::Type DigitalSet
CameraUpVector class to set camera up-vector.
const Domain domain(Point(1, 2), Point(6, 5))
Class for PDF, PNG, PS, EPS, SVG export drawings with Cairo with 3D->2D projection.
void saveCairo(const char *filename, CairoType type, int bWidth, int bHeight)
CameraDirection class to set camera direction.
CameraPosition class to set camera position.
int main(int argc, char **argv)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: A utility class for constructing different shapes (balls, diamonds, and others).
std::string className() const
Modifier class in a Display3D stream. Useful to choose your own mode for a given class. Realizes the concept CDrawableWithDisplay3D.