31#if defined(CSegment_RECURSES)
32#error Recursive header files inclusion detected in CSegment.h
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>
133#undef CSegment_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 range.
BOOST_CONCEPT_USAGE(CSegment)
T::ConstIterator ConstIterator
Go to http://www.sgi.com/tech/stl/Assignable.html.
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.
Go to http://www.sgi.com/tech/stl/DefaultConstructible.html.
Go to http://www.sgi.com/tech/stl/EqualityComparable.html.