31 #if defined(Board3DTo2D_RECURSES)
32 #error Recursive header files inclusion detected in Board3DTo2D.h
33 #else // defined(Board3DTo2D_RECURSES)
35 #define Board3DTo2D_RECURSES
37 #if !defined Board3DTo2D_h
48 #include "DGtal/base/Common.h"
49 #include "DGtal/base/CountedPtr.h"
50 #include "DGtal/io/Display3D.h"
51 #include "DGtal/io/DrawWithDisplay3DModifier.h"
52 #include "DGtal/io/Color.h"
169 template <
typename TDrawableWithDisplay3D>
207 void project(
double x3d,
double y3d,
double z3d,
double &x2d,
double &y2d);
247 #include "DGtal/io/boards/Board3DTo2D.ih"
253 #endif // !defined Board3DTo2D_h
255 #undef Board3DTo2D_RECURSES
256 #endif // else defined(Board3DTo2D_RECURSES)