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::CGlobalGeometricEstimator< T > Struct Template Reference

#include <CGlobalCurveGeometricEstimator.h>

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

Public Types

typedef T::Quantity Quantity
typedef T::ConstIterator ConstIterator

Public Member Functions

 BOOST_CONCEPT_ASSERT ((CQuantity< Quantity >))
 BOOST_CONCEPT_ASSERT ((boost_concepts::ReadableIteratorConcept< ConstIterator >))
 BOOST_CONCEPT_ASSERT ((boost_concepts::ForwardTraversalConcept< ConstIterator >))
 BOOST_CONCEPT_USAGE (CGlobalGeometricEstimator)

Private Attributes

myX
double myH
ConstIterator myItb
ConstIterator myIte
Quantity myQ

Detailed Description

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

Aim: This concept describes an object that can process a range so as to return one estimated quantity for the whole range.

Description of concept 'CGlobalGeometricEstimator'

Refinement of

Associated types :

Notation

Definitions

Valid expressions and semantics

| Name | Expression | | Return type | Precondition | Semantics | | Complexity | |—————-+———————–+—+————-+————–+————————————+—+—————–| | Initialization | x.init( h, itb, ite ) | | void | h > 0 | Grid step and range initialization | | constant | | Evaluation | x.eval( ) | | Quantity | | Estimation of the quantity | | model dependant |

Invariants

Models

TrueGlobalEstimatorOnPoints L1LengthEstimator TwoStepLocalLengthEstimator DSSLengthEstimator FPLengthEstimator MLPLengthEstimator

Notes

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

Definition at line 95 of file CGlobalCurveGeometricEstimator.h.


Member Typedef Documentation

template<typename T >
typedef T::ConstIterator DGtal::CGlobalGeometricEstimator< T >::ConstIterator

Definition at line 105 of file CGlobalCurveGeometricEstimator.h.

template<typename T >
typedef T::Quantity DGtal::CGlobalGeometricEstimator< T >::Quantity

Definition at line 102 of file CGlobalCurveGeometricEstimator.h.


Member Function Documentation

template<typename T >
DGtal::CGlobalGeometricEstimator< T >::BOOST_CONCEPT_ASSERT ( (CQuantity< Quantity >)  )
template<typename T >
DGtal::CGlobalGeometricEstimator< T >::BOOST_CONCEPT_ASSERT ( (boost_concepts::ReadableIteratorConcept< ConstIterator >)  )
template<typename T >
DGtal::CGlobalGeometricEstimator< T >::BOOST_CONCEPT_ASSERT ( (boost_concepts::ForwardTraversalConcept< ConstIterator >)  )
template<typename T >
DGtal::CGlobalGeometricEstimator< T >::BOOST_CONCEPT_USAGE ( CGlobalGeometricEstimator< T >  )
inline

Field Documentation

template<typename T >
double DGtal::CGlobalGeometricEstimator< T >::myH
private
template<typename T >
ConstIterator DGtal::CGlobalGeometricEstimator< T >::myItb
private
template<typename T >
ConstIterator DGtal::CGlobalGeometricEstimator< T >::myIte
private
template<typename T >
Quantity DGtal::CGlobalGeometricEstimator< T >::myQ
private
template<typename T >
T DGtal::CGlobalGeometricEstimator< T >::myX
private

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