|
DGtal
0.6.devel
|
#include <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::CSCellEmbedder< T > | |
Public Member Functions | |
| BOOST_CONCEPT_USAGE (CDigitalSurfaceEmbedder) | |
| void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::CSCellEmbedder< T > | |
| BOOST_CONCEPT_ASSERT ((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) | |
Public Member Functions inherited from DGtal::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 95 of file CDigitalSurfaceEmbedder.h.
| typedef T::Argument DGtal::CDigitalSurfaceEmbedder< T >::Argument |
Reimplemented from DGtal::CSCellEmbedder< T >.
Definition at line 103 of file CDigitalSurfaceEmbedder.h.
| typedef T::KSpace DGtal::CDigitalSurfaceEmbedder< T >::KSpace |
Reimplemented from DGtal::CSCellEmbedder< T >.
Definition at line 99 of file CDigitalSurfaceEmbedder.h.
| typedef T::RealPoint DGtal::CDigitalSurfaceEmbedder< T >::RealPoint |
Reimplemented from DGtal::CSCellEmbedder< T >.
Definition at line 102 of file CDigitalSurfaceEmbedder.h.
| typedef T::SCell DGtal::CDigitalSurfaceEmbedder< T >::SCell |
Reimplemented from DGtal::CSCellEmbedder< T >.
Definition at line 101 of file CDigitalSurfaceEmbedder.h.
| typedef T::Surface DGtal::CDigitalSurfaceEmbedder< T >::Surface |
Definition at line 100 of file CDigitalSurfaceEmbedder.h.
| typedef T::Value DGtal::CDigitalSurfaceEmbedder< T >::Value |
Reimplemented from DGtal::CSCellEmbedder< T >.
Definition at line 104 of file CDigitalSurfaceEmbedder.h.
|
inline |
Definition at line 112 of file CDigitalSurfaceEmbedder.h.
References DGtal::CDigitalSurfaceEmbedder< T >::checkConstConstraints().
|
inline |
Reimplemented from DGtal::CSCellEmbedder< T >.
Definition at line 117 of file CDigitalSurfaceEmbedder.h.
References DGtal::CDigitalSurfaceEmbedder< T >::mySurface, DGtal::CDigitalSurfaceEmbedder< T >::myX, and DGtal::ConceptUtils::sameType().
Referenced by DGtal::CDigitalSurfaceEmbedder< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 127 of file CDigitalSurfaceEmbedder.h.
Referenced by DGtal::CDigitalSurfaceEmbedder< T >::checkConstConstraints().
|
private |
Reimplemented from DGtal::CSCellEmbedder< T >.
Definition at line 124 of file CDigitalSurfaceEmbedder.h.
Referenced by DGtal::CDigitalSurfaceEmbedder< T >::checkConstConstraints().
1.8.1.1