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

#include <CNormalVectorEstimator.h>

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

Public Types

typedef T::Surface Surface
typedef T::SCell SCell
typedef T::ConstIterator ConstIterator
typedef T::Quantity Quantity

Public Member Functions

 BOOST_CONCEPT_ASSERT ((CCellularGridSpaceND< typename Surface::KSpace >))
 BOOST_STATIC_ASSERT ((ConceptUtils::SameType< SCell, typename Surface::SCell >::value))
 BOOST_CONCEPT_ASSERT ((boost::InputIterator< ConstIterator >))
 BOOST_CONCEPT_USAGE (CNormalVectorEstimator)
void checkConstConstraints () const

Private Attributes

myX
Surface mySurface
SCell mySCell
Quantity myQuantity
boost::output_iterator_archetype
< Quantity
myOutIt

Detailed Description

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

Aim: Represents the concept of estimator of normal vector along digital surfaces.

Description of concept 'CNormalVectorEstimator'

Refinement of

Associated types :

Notation

Valid expressions and semantics

Name Expression Type requirements Return type Precondition Semantics Post condition Complexity
Accessor to surface x.surface() const Surface &returns a reference to the digital surface
Local normal vector estimation x.eval(sc)Quantity returns the estimation of the normal vector at the signed cell sc
Global normal vector estimation template <OutputIterator>x.evalAll(out_it)OutputIterator outputs the estimation of the normal vector field of the whole surface

Invariants

Models

Notes

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

Definition at line 93 of file CNormalVectorEstimator.h.


Member Typedef Documentation

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

Definition at line 99 of file CNormalVectorEstimator.h.

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

Definition at line 100 of file CNormalVectorEstimator.h.

template<typename T >
typedef T::SCell DGtal::CNormalVectorEstimator< T >::SCell

Definition at line 98 of file CNormalVectorEstimator.h.

template<typename T >
typedef T::Surface DGtal::CNormalVectorEstimator< T >::Surface

Definition at line 97 of file CNormalVectorEstimator.h.


Member Function Documentation

template<typename T >
DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_ASSERT ( (CCellularGridSpaceND< typename Surface::KSpace >)  )
template<typename T >
DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_ASSERT ( (boost::InputIterator< ConstIterator >)  )
template<typename T >
DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE ( CNormalVectorEstimator< T >  )
inline
template<typename T >
DGtal::CNormalVectorEstimator< T >::BOOST_STATIC_ASSERT ( (ConceptUtils::SameType< SCell, typename Surface::SCell >::value)  )
template<typename T >
void DGtal::CNormalVectorEstimator< T >::checkConstConstraints ( ) const
inline

Field Documentation

template<typename T >
boost::output_iterator_archetype<Quantity> DGtal::CNormalVectorEstimator< T >::myOutIt
private
template<typename T >
Quantity DGtal::CNormalVectorEstimator< T >::myQuantity
private
template<typename T >
SCell DGtal::CNormalVectorEstimator< T >::mySCell
private
template<typename T >
Surface DGtal::CNormalVectorEstimator< T >::mySurface
private
template<typename T >
T DGtal::CNormalVectorEstimator< T >::myX
private

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