|
DGtal
0.6.devel
|
#include <CSCellEmbedder.h>


Public Types | |
| 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_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) | |
| void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::CUnaryFunctor< T, T::SCell, T::RealPoint > | |
| BOOST_CONCEPT_USAGE (CUnaryFunctor) | |
Private Attributes | |
| T | myX |
| SCell | myP |
| RealPoint | myRP |
Aim: A cell embedder is a mapping from signed cells to Euclidean points. It adds inner types to functor.
Description of concept 'CSCellEmbedder'
| 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 |
| T | the type that should be a model of CSCellEmbedder. |
Definition at line 95 of file CSCellEmbedder.h.
| typedef T::Argument DGtal::CSCellEmbedder< T >::Argument |
Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.
Definition at line 102 of file CSCellEmbedder.h.
| typedef T::KSpace DGtal::CSCellEmbedder< T >::KSpace |
Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.
Definition at line 99 of file CSCellEmbedder.h.
| typedef T::RealPoint DGtal::CSCellEmbedder< T >::RealPoint |
Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.
Definition at line 101 of file CSCellEmbedder.h.
| typedef T::SCell DGtal::CSCellEmbedder< T >::SCell |
Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.
Definition at line 100 of file CSCellEmbedder.h.
| typedef T::Value DGtal::CSCellEmbedder< T >::Value |
Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.
Definition at line 103 of file CSCellEmbedder.h.
| DGtal::CSCellEmbedder< T >::BOOST_CONCEPT_ASSERT | ( | (CCellularGridSpaceND< KSpace >) | ) |
|
inline |
Definition at line 109 of file CSCellEmbedder.h.
References DGtal::CSCellEmbedder< T >::checkConstConstraints().
| DGtal::CSCellEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< SCell, typename KSpace::SCell >::value) | ) |
| DGtal::CSCellEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< SCell, Argument >::value) | ) |
| DGtal::CSCellEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< RealPoint, Value >::value) | ) |
|
inline |
Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.
Definition at line 114 of file CSCellEmbedder.h.
References DGtal::CSCellEmbedder< T >::myP, DGtal::CSCellEmbedder< T >::myRP, DGtal::CSCellEmbedder< T >::myX, and DGtal::ConceptUtils::sameType().
Referenced by DGtal::CSCellEmbedder< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 121 of file CSCellEmbedder.h.
Referenced by DGtal::CSCellEmbedder< T >::checkConstConstraints().
|
private |
Definition at line 122 of file CSCellEmbedder.h.
Referenced by DGtal::CSCellEmbedder< T >::checkConstConstraints().
|
private |
Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.
Definition at line 120 of file CSCellEmbedder.h.
Referenced by DGtal::CSCellEmbedder< T >::checkConstConstraints().
1.8.1.1