DGtal
0.6.devel
|
#include <CNormalVectorEstimator.h>
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 | |
T | myX |
Surface | mySurface |
SCell | mySCell |
Quantity | myQuantity |
boost::output_iterator_archetype < Quantity > | myOutIt |
Aim: Represents the concept of estimator of normal vector along digital surfaces.
Description of concept 'CNormalVectorEstimator'
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 |
T | the type that should be a model of CNormalVectorEstimator. |
Definition at line 93 of file CNormalVectorEstimator.h.
typedef T::ConstIterator DGtal::CNormalVectorEstimator< T >::ConstIterator |
Definition at line 99 of file CNormalVectorEstimator.h.
typedef T::Quantity DGtal::CNormalVectorEstimator< T >::Quantity |
Definition at line 100 of file CNormalVectorEstimator.h.
typedef T::SCell DGtal::CNormalVectorEstimator< T >::SCell |
Definition at line 98 of file CNormalVectorEstimator.h.
typedef T::Surface DGtal::CNormalVectorEstimator< T >::Surface |
Definition at line 97 of file CNormalVectorEstimator.h.
DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_ASSERT | ( | (CCellularGridSpaceND< typename Surface::KSpace >) | ) |
DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_ASSERT | ( | (boost::InputIterator< ConstIterator >) | ) |
|
inline |
Definition at line 106 of file CNormalVectorEstimator.h.
References DGtal::CNormalVectorEstimator< T >::checkConstConstraints(), DGtal::CNormalVectorEstimator< T >::myOutIt, DGtal::CNormalVectorEstimator< T >::myQuantity, DGtal::CNormalVectorEstimator< T >::mySCell, DGtal::CNormalVectorEstimator< T >::mySurface, DGtal::CNormalVectorEstimator< T >::myX, and DGtal::ConceptUtils::sameType().
DGtal::CNormalVectorEstimator< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< SCell, typename Surface::SCell >::value) | ) |
|
inline |
Definition at line 113 of file CNormalVectorEstimator.h.
Referenced by DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 122 of file CNormalVectorEstimator.h.
Referenced by DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 121 of file CNormalVectorEstimator.h.
Referenced by DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 120 of file CNormalVectorEstimator.h.
Referenced by DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 119 of file CNormalVectorEstimator.h.
Referenced by DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 118 of file CNormalVectorEstimator.h.
Referenced by DGtal::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().