31 #if defined(CSegmentComputerEstimator_RECURSES)
32 #error Recursive header files inclusion detected in CSegmentComputerEstimator.h
33 #else // defined(CSegmentComputerEstimator_RECURSES)
35 #define CSegmentComputerEstimator_RECURSES
37 #if !defined CSegmentComputerEstimator_h
39 #define CSegmentComputerEstimator_h
44 #include "DGtal/base/Common.h"
45 #include "DGtal/geometry/curves/estimation/CCurveLocalGeometricEstimator.h"
46 #include "DGtal/geometry/curves/CSegment.h"
128 #endif // !defined CSegmentComputerEstimator_h
130 #undef CSegmentComputerEstimator_RECURSES
131 #endif // else defined(CSegmentComputerEstimator_RECURSES)
Aim: This concept describes an object that can process a range so as to return one estimated quantity...
Aim: This concept is a refinement of CCurveLocalGeometricEstimator devoted to the estimation of a geo...
Aim: Defines the concept describing a segment, ie. a valid and not empty range.
T::SegmentComputer SegmentComputer
BOOST_CONCEPT_USAGE(CSegmentComputerEstimator)
DGtal is the top-level namespace which contains all DGtal functions and types.
BOOST_CONCEPT_ASSERT((CSegment< SegmentComputer >))
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.
Go to http://www.sgi.com/tech/stl/Assignable.html.