31 #if defined(CBidirectionalSegmentComputer_RECURSES) 32 #error Recursive header files inclusion detected in CBidirectionalSegmentComputer.h 33 #else // defined(CBidirectionalSegmentComputer_RECURSES) 35 #define CBidirectionalSegmentComputer_RECURSES 37 #if !defined CBidirectionalSegmentComputer_h 39 #define CBidirectionalSegmentComputer_h 44 #include "DGtal/base/Common.h" 45 #include "DGtal/geometry/curves/CForwardSegmentComputer.h" 115 #endif // !defined CBidirectionalSegmentComputer_h 117 #undef CBidirectionalSegmentComputer_RECURSES 118 #endif // else defined(CBidirectionalSegmentComputer_RECURSES)
BOOST_CONCEPT_USAGE(CBidirectionalSegmentComputer)
void sameType(const T &t1, const T &t2)
Aim: Defines the concept describing a forward segment computer. Like any model of CIncrementalSegment...
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines the concept describing a bidirectional segment computer, ie. a model of concepts::CSegme...