DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Private Attributes
DGtal::CSegmentComputerEstimator< T > Struct Template Reference

#include <CSegmentComputerEstimator.h>

Inheritance diagram for DGtal::CSegmentComputerEstimator< T >:
Inheritance graph
[legend]
Collaboration diagram for DGtal::CSegmentComputerEstimator< T >:
Collaboration graph
[legend]

Public Types

typedef T::SegmentComputer SegmentComputer
- Public Types inherited from DGtal::CLocalGeometricEstimator< 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::CLocalGeometricEstimator< T >
 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

myX
SegmentComputer mySC

Detailed Description

template<typename T>
struct DGtal::CSegmentComputerEstimator< T >

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'

Refinement of

Associated types :

Notation

Definitions

Valid expressions and semantics

| Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity | |———-+———————+——————-+————-+————–+———————————+—————-+—————–| | Attach | x.attach(s) | | void | | Attach the segment computer | | constant |

Invariants

Models

TangentFromDSSEstimator, TangentAngleFromDSSEstimator, CurvatureFromDSSEstimator, TangentFromDCAEstimator, CurvatureFromDCAEstimator

See also:
SegmentComputerEstimators

Notes

Template Parameters:
Tthe type that should be a model of CSegmentComputerEstimator.

Definition at line 95 of file CSegmentComputerEstimator.h.


Member Typedef Documentation

template<typename T >
typedef T::SegmentComputer DGtal::CSegmentComputerEstimator< T >::SegmentComputer

Definition at line 101 of file CSegmentComputerEstimator.h.


Member Function Documentation

template<typename T >
DGtal::CSegmentComputerEstimator< T >::BOOST_CONCEPT_ASSERT ( (CSegment< SegmentComputer >)  )
template<typename T >
DGtal::CSegmentComputerEstimator< T >::BOOST_CONCEPT_USAGE ( CSegmentComputerEstimator< T >  )
inline

Field Documentation

template<typename T >
SegmentComputer DGtal::CSegmentComputerEstimator< T >::mySC
private
template<typename T >
T DGtal::CSegmentComputerEstimator< T >::myX
private

The documentation for this struct was generated from the following file: