33 #if defined(CDrawableWithBoard2D_RECURSES) 34 #error Recursive header files inclusion detected in CDrawableWithBoard2D.h 35 #else // defined(CDrawableWithBoard2D_RECURSES) 37 #define CDrawableWithBoard2D_RECURSES 39 #if !defined CDrawableWithBoard2D_h 41 #define CDrawableWithBoard2D_h 47 #include "DGtal/base/Common.h" 48 #include "DGtal/io/Display2DFactory.h" 103 template <
typename T>
136 #endif // !defined CDrawableWithBoard2D_h 138 #undef CDrawableWithBoard2D_RECURSES 139 #endif // else defined(CDrawableWithBoard2D_RECURSES) DrawableWithBoard2D * myD
static void draw(DGtal::Board2D &board, const DGtal::DiscreteExteriorCalculus< dimEmbedded, dimAmbient, TLinearAlgebraBackend, TInteger > &calculus)
Aim: The concept CDrawableWithBoard2D specifies what are the classes that admit an export with Board2...
void sameType(const T &t1, const T &t2)
DGtal is the top-level namespace which contains all DGtal functions and types.
BOOST_CONCEPT_USAGE(CDrawableWithBoard2D)
Aim: This class specializes a 'Board' class so as to display DGtal objects more naturally (with <<)...