30#if defined(CDrawableWithBoard3DTo2D_RECURSES)
31#error Recursive header files inclusion detected in CDrawableWithBoard3DTo2D.h
34#define CDrawableWithBoard3DTo2D_RECURSES
36#if !defined CDrawableWithBoard3DTo2D_h
38#define CDrawableWithBoard3DTo2D_h
43#include "boost/concept_check.hpp"
44#include "DGtal/base/Common.h"
45#include "DGtal/io/CDrawableWithDisplay3D.h"
100 template <
typename T,
typename S,
typename KS >
137#undef CDrawableWithBoard3DTo2D_RECURSES
Class for PDF, PNG, PS, EPS, SVG export drawings with Cairo with 3D->2D projection.
Aim: The concept CDrawableWithBoard3DTo2D specifies what are the classes that admit an export with Bo...
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
DrawableWithBoard3DTo2D * myD
the drawable object
DGtal::Board3DTo2D< S, KS > myD3D
BOOST_CONCEPT_USAGE(CDrawableWithBoard3DTo2D)