DGtal
1.5.beta
|
Aim: A digital surface embedder is a specialized mapping from signed cells to Euclidean points. It adds inner types to functor as well as a method to access the digital surface. More...
#include <DGtal/topology/CDigitalSurfaceEmbedder.h>
Public Types | |
typedef T::KSpace | KSpace |
typedef T::Surface | Surface |
typedef T::SCell | SCell |
typedef T::RealPoint | RealPoint |
typedef T::Argument | Argument |
typedef T::Value | Value |
Public Types inherited from DGtal::concepts::CSCellEmbedder< T > | |
typedef T::KSpace | KSpace |
typedef T::SCell | SCell |
typedef T::RealPoint | RealPoint |
typedef T::Argument | Argument |
typedef T::Value | Value |
Public Member Functions | |
BOOST_CONCEPT_USAGE (CDigitalSurfaceEmbedder) | |
void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::concepts::CSCellEmbedder< T > | |
BOOST_CONCEPT_ASSERT ((concepts::CCellularGridSpaceND< KSpace >)) | |
BOOST_STATIC_ASSERT ((ConceptUtils::SameType< SCell, typename KSpace::SCell >::value)) | |
BOOST_STATIC_ASSERT ((ConceptUtils::SameType< SCell, Argument >::value)) | |
BOOST_STATIC_ASSERT ((ConceptUtils::SameType< RealPoint, Value >::value)) | |
BOOST_CONCEPT_USAGE (CSCellEmbedder) | |
void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::concepts::CUnaryFunctor< T, T::SCell, T::RealPoint > | |
BOOST_CONCEPT_USAGE (CUnaryFunctor) | |
Private Attributes | |
T | myX |
Surface | mySurface |
Aim: A digital surface embedder is a specialized mapping from signed cells to Euclidean points. It adds inner types to functor as well as a method to access the digital surface.
Description of concept 'CDigitalSurfaceEmbedder'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
Apply function | x(p) | Value | return the value of the function x on argument p | ||||
Accessor to surface | x.surface() | Surface | return the associated digital surface |
T | the type that should be a model of CDigitalSurfaceEmbedder. |
Definition at line 96 of file CDigitalSurfaceEmbedder.h.
typedef T::Argument DGtal::concepts::CDigitalSurfaceEmbedder< T >::Argument |
Definition at line 104 of file CDigitalSurfaceEmbedder.h.
typedef T::KSpace DGtal::concepts::CDigitalSurfaceEmbedder< T >::KSpace |
Definition at line 100 of file CDigitalSurfaceEmbedder.h.
typedef T::RealPoint DGtal::concepts::CDigitalSurfaceEmbedder< T >::RealPoint |
Definition at line 103 of file CDigitalSurfaceEmbedder.h.
typedef T::SCell DGtal::concepts::CDigitalSurfaceEmbedder< T >::SCell |
Definition at line 102 of file CDigitalSurfaceEmbedder.h.
typedef T::Surface DGtal::concepts::CDigitalSurfaceEmbedder< T >::Surface |
Definition at line 101 of file CDigitalSurfaceEmbedder.h.
typedef T::Value DGtal::concepts::CDigitalSurfaceEmbedder< T >::Value |
Definition at line 105 of file CDigitalSurfaceEmbedder.h.
|
inline |
Definition at line 113 of file CDigitalSurfaceEmbedder.h.
References DGtal::concepts::CDigitalSurfaceEmbedder< T >::checkConstConstraints().
|
inline |
Definition at line 118 of file CDigitalSurfaceEmbedder.h.
References DGtal::concepts::CDigitalSurfaceEmbedder< T >::mySurface, DGtal::concepts::CDigitalSurfaceEmbedder< T >::myX, and DGtal::concepts::ConceptUtils::sameType().
Referenced by DGtal::concepts::CDigitalSurfaceEmbedder< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 128 of file CDigitalSurfaceEmbedder.h.
Referenced by DGtal::concepts::CDigitalSurfaceEmbedder< T >::checkConstConstraints().
|
private |
Definition at line 125 of file CDigitalSurfaceEmbedder.h.
Referenced by DGtal::concepts::CDigitalSurfaceEmbedder< T >::checkConstConstraints().