DGtal
1.5.beta
|
Aim: This concept describes an object that can process a range over some generic digital surface so as to return one estimated quantity for each element of the range (or a given subrange). More...
#include <DGtal/geometry/surfaces/estimation/CDigitalSurfaceLocalEstimator.h>
Public Types | |
typedef T::Surface | Surface |
typedef Surface::DigitalSurfaceContainer | DigitalSurfaceContainer |
typedef T::Surfel | Surfel |
Public Types inherited from DGtal::concepts::CSurfelLocalEstimator< T > | |
typedef T::Quantity | Quantity |
typedef T::Surfel | Surfel |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((concepts::CDigitalSurfaceContainer< DigitalSurfaceContainer >)) | |
BOOST_STATIC_ASSERT ((ConceptUtils::SameType< Surfel, typename Surface::Surfel >::value)) | |
BOOST_CONCEPT_USAGE (CDigitalSurfaceLocalEstimator) | |
Public Member Functions inherited from DGtal::concepts::CSurfelLocalEstimator< T > | |
BOOST_CONCEPT_ASSERT ((CQuantity< Quantity >)) | |
BOOST_CONCEPT_USAGE (CSurfelLocalEstimator) | |
void | check_const_constraints () const |
Private Attributes | |
T | myX |
Surface | myS |
Aim: This concept describes an object that can process a range over some generic digital surface so as to return one estimated quantity for each element of the range (or a given subrange).
Description of concept 'CDigitalSurfaceLocalEstimator'
It refines the concept CSurfelLocalEstimator by forcing the abstract surface to be some digital surface.
Name | Expression | Return type | Precondition | Semantics | Complexity | ||
---|---|---|---|---|---|---|---|
Attach surface | x.attach( s ) | void | Indicates to the estimator the surface on which estimations are done. | Model dependent |
init
and eval
.T | the type that should be a model of CDigitalSurfaceLocalEstimator. |
Definition at line 102 of file CDigitalSurfaceLocalEstimator.h.
typedef Surface::DigitalSurfaceContainer DGtal::concepts::CDigitalSurfaceLocalEstimator< T >::DigitalSurfaceContainer |
Definition at line 110 of file CDigitalSurfaceLocalEstimator.h.
typedef T::Surface DGtal::concepts::CDigitalSurfaceLocalEstimator< T >::Surface |
Definition at line 109 of file CDigitalSurfaceLocalEstimator.h.
typedef T::Surfel DGtal::concepts::CDigitalSurfaceLocalEstimator< T >::Surfel |
Definition at line 112 of file CDigitalSurfaceLocalEstimator.h.
DGtal::concepts::CDigitalSurfaceLocalEstimator< T >::BOOST_CONCEPT_ASSERT | ( | (concepts::CDigitalSurfaceContainer< DigitalSurfaceContainer >) | ) |
|
inline |
Definition at line 114 of file CDigitalSurfaceLocalEstimator.h.
References DGtal::concepts::CDigitalSurfaceLocalEstimator< T >::myS, and DGtal::concepts::CDigitalSurfaceLocalEstimator< T >::myX.
DGtal::concepts::CDigitalSurfaceLocalEstimator< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< Surfel, typename Surface::Surfel >::value) | ) |
|
private |
Definition at line 122 of file CDigitalSurfaceLocalEstimator.h.
Referenced by DGtal::concepts::CDigitalSurfaceLocalEstimator< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 121 of file CDigitalSurfaceLocalEstimator.h.
Referenced by DGtal::concepts::CDigitalSurfaceLocalEstimator< T >::BOOST_CONCEPT_USAGE().