DGtal
1.5.beta
|
Aim: This concept is a refinement of CCurveLocalGeometricEstimator devoted to the estimation of a geometric quantiy along a segment detected by a segment computer. More...
#include <DGtal/geometry/curves/estimation/CSegmentComputerEstimator.h>
Public Types | |
typedef T::SegmentComputer | SegmentComputer |
Public Types inherited from DGtal::concepts::CCurveLocalGeometricEstimator< T > | |
typedef T::Quantity | Quantity |
typedef T::ConstIterator | ConstIterator |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((CSegment< SegmentComputer >)) | |
BOOST_CONCEPT_USAGE (CSegmentComputerEstimator) | |
Public Member Functions inherited from DGtal::concepts::CCurveLocalGeometricEstimator< T > | |
BOOST_CONCEPT_ASSERT ((concepts::CQuantity< Quantity >)) | |
BOOST_CONCEPT_ASSERT ((boost_concepts::ReadableIteratorConcept< ConstIterator >)) | |
BOOST_CONCEPT_ASSERT ((boost_concepts::ForwardTraversalConcept< ConstIterator >)) | |
BOOST_CONCEPT_USAGE (CCurveLocalGeometricEstimator) | |
Private Attributes | |
T | myX |
SegmentComputer | mySC |
Aim: This concept is a refinement of CCurveLocalGeometricEstimator devoted to the estimation of a geometric quantiy along a segment detected by a segment computer.
Description of concept 'CSegmentComputerEstimator'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
Attach | x.attach(s) | void | Attach the segment computer | constant |
TangentFromDSSEstimator, TangentAngleFromDSSEstimator, CurvatureFromDSSEstimator, TangentFromDCAEstimator, CurvatureFromDCAEstimator
T | the type that should be a model of CSegmentComputerEstimator. |
Definition at line 97 of file CSegmentComputerEstimator.h.
typedef T::SegmentComputer DGtal::concepts::CSegmentComputerEstimator< T >::SegmentComputer |
Definition at line 103 of file CSegmentComputerEstimator.h.
DGtal::concepts::CSegmentComputerEstimator< T >::BOOST_CONCEPT_ASSERT | ( | (CSegment< SegmentComputer >) | ) |
|
inline |
Definition at line 106 of file CSegmentComputerEstimator.h.
References DGtal::concepts::CSegmentComputerEstimator< T >::mySC, and DGtal::concepts::CSegmentComputerEstimator< T >::myX.
|
private |
Definition at line 116 of file CSegmentComputerEstimator.h.
Referenced by DGtal::concepts::CSegmentComputerEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 115 of file CSegmentComputerEstimator.h.
Referenced by DGtal::concepts::CSegmentComputerEstimator< T >::BOOST_CONCEPT_USAGE().