31#if defined(CSegmentComputerEstimator_RECURSES)
32#error Recursive header files inclusion detected in CSegmentComputerEstimator.h
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"
130#undef CSegmentComputerEstimator_RECURSES
DGtal is the top-level namespace which contains all DGtal functions and types.
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...
BOOST_CONCEPT_USAGE(CSegmentComputerEstimator)
BOOST_CONCEPT_ASSERT((CSegment< SegmentComputer >))
T::SegmentComputer SegmentComputer
Aim: Defines the concept describing a segment, ie. a valid and not empty range.
Go to http://www.sgi.com/tech/stl/Assignable.html.
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.