DGtal
1.5.beta
|
Aim: Represents the concept of estimator of normal vector along digital surfaces. More...
#include <DGtal/geometry/surfaces/estimation/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 ((concepts::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 94 of file CNormalVectorEstimator.h.
typedef T::ConstIterator DGtal::concepts::CNormalVectorEstimator< T >::ConstIterator |
Definition at line 100 of file CNormalVectorEstimator.h.
typedef T::Quantity DGtal::concepts::CNormalVectorEstimator< T >::Quantity |
Definition at line 101 of file CNormalVectorEstimator.h.
typedef T::SCell DGtal::concepts::CNormalVectorEstimator< T >::SCell |
Definition at line 99 of file CNormalVectorEstimator.h.
typedef T::Surface DGtal::concepts::CNormalVectorEstimator< T >::Surface |
Definition at line 98 of file CNormalVectorEstimator.h.
DGtal::concepts::CNormalVectorEstimator< T >::BOOST_CONCEPT_ASSERT | ( | (boost::InputIterator< ConstIterator >) | ) |
DGtal::concepts::CNormalVectorEstimator< T >::BOOST_CONCEPT_ASSERT | ( | (concepts::CCellularGridSpaceND< typename Surface::KSpace >) | ) |
|
inline |
Definition at line 107 of file CNormalVectorEstimator.h.
References DGtal::concepts::CNormalVectorEstimator< T >::checkConstConstraints(), DGtal::concepts::CNormalVectorEstimator< T >::myOutIt, DGtal::concepts::CNormalVectorEstimator< T >::myQuantity, DGtal::concepts::CNormalVectorEstimator< T >::mySCell, DGtal::concepts::CNormalVectorEstimator< T >::mySurface, DGtal::concepts::CNormalVectorEstimator< T >::myX, and DGtal::concepts::ConceptUtils::sameType().
DGtal::concepts::CNormalVectorEstimator< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< SCell, typename Surface::SCell >::value) | ) |
|
inline |
Definition at line 114 of file CNormalVectorEstimator.h.
Referenced by DGtal::concepts::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 123 of file CNormalVectorEstimator.h.
Referenced by DGtal::concepts::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 122 of file CNormalVectorEstimator.h.
Referenced by DGtal::concepts::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 121 of file CNormalVectorEstimator.h.
Referenced by DGtal::concepts::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 120 of file CNormalVectorEstimator.h.
Referenced by DGtal::concepts::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 119 of file CNormalVectorEstimator.h.
Referenced by DGtal::concepts::CNormalVectorEstimator< T >::BOOST_CONCEPT_USAGE().