31 #if defined(CSegment_RECURSES)
32 #error Recursive header files inclusion detected in CSegment.h
33 #else // defined(CSegment_RECURSES)
35 #define CSegment_RECURSES
37 #if !defined CSegment_h
44 #include "DGtal/base/Common.h"
45 #include "boost/concept_check.hpp"
46 #include "DGtal/base/ConceptUtils.h"
100 template <
typename T>
131 #endif // !defined CSegment_h
133 #undef CSegment_RECURSES
134 #endif // else defined(CSegment_RECURSES)
Go to http://www.sgi.com/tech/stl/DefaultConstructible.html.
MyDigitalSurface::ConstIterator ConstIterator
T::ConstIterator ConstIterator
Aim: Defines the concept describing a segment, ie. a valid and not empty range.
BOOST_CONCEPT_USAGE(CSegment)
DGtal is the top-level namespace which contains all DGtal functions and types.
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.
void sameType(const T &, const T &)
Go to http://www.sgi.com/tech/stl/EqualityComparable.html.
Go to http://www.sgi.com/tech/stl/Assignable.html.