DGtal
0.6.devel
|
#include <CSegmentComputerEstimator.h>
Public Types | |
typedef T::SegmentComputer | SegmentComputer |
![]() | |
typedef T::Quantity | Quantity |
typedef T::ConstIterator | ConstIterator |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((CSegment< SegmentComputer >)) | |
BOOST_CONCEPT_USAGE (CSegmentComputerEstimator) | |
![]() | |
BOOST_CONCEPT_ASSERT ((CQuantity< Quantity >)) | |
BOOST_CONCEPT_ASSERT ((boost_concepts::ReadableIteratorConcept< ConstIterator >)) | |
BOOST_CONCEPT_ASSERT ((boost_concepts::ForwardTraversalConcept< ConstIterator >)) | |
BOOST_CONCEPT_USAGE (CLocalGeometricEstimator) |
Private Attributes | |
T | myX |
SegmentComputer | mySC |
Aim: This concept is a refinement of CLocalGeometricEstimator 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 95 of file CSegmentComputerEstimator.h.
typedef T::SegmentComputer DGtal::CSegmentComputerEstimator< T >::SegmentComputer |
Definition at line 101 of file CSegmentComputerEstimator.h.
DGtal::CSegmentComputerEstimator< T >::BOOST_CONCEPT_ASSERT | ( | (CSegment< SegmentComputer >) | ) |
|
inline |
Definition at line 104 of file CSegmentComputerEstimator.h.
References DGtal::CSegmentComputerEstimator< T >::mySC, and DGtal::CSegmentComputerEstimator< T >::myX.
|
private |
Definition at line 114 of file CSegmentComputerEstimator.h.
Referenced by DGtal::CSegmentComputerEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Reimplemented from DGtal::CLocalGeometricEstimator< T >.
Definition at line 113 of file CSegmentComputerEstimator.h.
Referenced by DGtal::CSegmentComputerEstimator< T >::BOOST_CONCEPT_USAGE().