31 #if defined(CSegmentFactory_RECURSES)
32 #error Recursive header files inclusion detected in CSegmentFactory.h
35 #define CSegmentFactory_RECURSES
37 #if !defined CSegmentFactory_h
39 #define CSegmentFactory_h
44 #include "DGtal/base/Common.h"
45 #include "DGtal/geometry/curves/CSegment.h"
97 typedef typename T::Self
Self;
123 #undef CSegmentFactory_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines the concept describing a segment ie. a valid and not empty subrange, which can construct...
BOOST_STATIC_ASSERT((boost::is_same< T, Self >::value))
BOOST_CONCEPT_USAGE(CSegmentFactory)
Aim: Defines the concept describing a segment, ie. a valid and not empty range.