31 #if defined(CSinglePassRangeFromPoint_RECURSES) 32 #error Recursive header files inclusion detected in CSinglePassRangeFromPoint.h 33 #else // defined(CSinglePassRangeFromPoint_RECURSES) 35 #define CSinglePassRangeFromPoint_RECURSES 37 #if !defined CSinglePassRangeFromPoint_h 39 #define CSinglePassRangeFromPoint_h 44 #include "DGtal/base/Common.h" 45 #include "DGtal/base/CSinglePassRange.h" 46 #include "DGtal/base/CConstSinglePassRangeFromPoint.h" 121 #endif // !defined CSinglePassRangeFromPoint_h 123 #undef CSinglePassRangeFromPoint_RECURSES 124 #endif // else defined(CSinglePassRangeFromPoint_RECURSES) Aim: Defines the concept describing a range.
void sameType(const T &t1, const T &t2)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: refined concept of single pass range with a begin() method from a point.
BOOST_CONCEPT_USAGE(CSinglePassRangeFromPoint)
Aim: refined concept of const single pass range with a begin() method from a point.