DGtal
1.5.beta
|
Aim: A cell embedder is a mapping from signed cells to Euclidean points. It adds inner types to functor. More...
#include <DGtal/topology/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 ((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 |
SCell | myP |
RealPoint | myRP |
const KSpace | myK |
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 | ||||
Khalimsky space | x.space()) | const KSpace & | return a reference to the the Kalimsky space |
T | the type that should be a model of CSCellEmbedder. |
Definition at line 97 of file CSCellEmbedder.h.
typedef T::Argument DGtal::concepts::CSCellEmbedder< T >::Argument |
Definition at line 104 of file CSCellEmbedder.h.
typedef T::KSpace DGtal::concepts::CSCellEmbedder< T >::KSpace |
Definition at line 101 of file CSCellEmbedder.h.
typedef T::RealPoint DGtal::concepts::CSCellEmbedder< T >::RealPoint |
Definition at line 103 of file CSCellEmbedder.h.
typedef T::SCell DGtal::concepts::CSCellEmbedder< T >::SCell |
Definition at line 102 of file CSCellEmbedder.h.
typedef T::Value DGtal::concepts::CSCellEmbedder< T >::Value |
Definition at line 105 of file CSCellEmbedder.h.
DGtal::concepts::CSCellEmbedder< T >::BOOST_CONCEPT_ASSERT | ( | (concepts::CCellularGridSpaceND< KSpace >) | ) |
|
inline |
Definition at line 111 of file CSCellEmbedder.h.
References DGtal::concepts::CSCellEmbedder< T >::checkConstConstraints().
DGtal::concepts::CSCellEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< RealPoint, Value >::value) | ) |
DGtal::concepts::CSCellEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< SCell, Argument >::value) | ) |
DGtal::concepts::CSCellEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< SCell, typename KSpace::SCell >::value) | ) |
|
inline |
Definition at line 116 of file CSCellEmbedder.h.
References DGtal::concepts::CSCellEmbedder< T >::myK, DGtal::concepts::CSCellEmbedder< T >::myP, DGtal::concepts::CSCellEmbedder< T >::myRP, DGtal::concepts::CSCellEmbedder< T >::myX, and DGtal::concepts::ConceptUtils::sameType().
Referenced by DGtal::concepts::CSCellEmbedder< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 126 of file CSCellEmbedder.h.
Referenced by DGtal::concepts::CSCellEmbedder< T >::checkConstConstraints().
|
private |
Definition at line 124 of file CSCellEmbedder.h.
Referenced by DGtal::concepts::CSCellEmbedder< T >::checkConstConstraints().
|
private |
Definition at line 125 of file CSCellEmbedder.h.
Referenced by DGtal::concepts::CSCellEmbedder< T >::checkConstConstraints().
|
private |
Definition at line 123 of file CSCellEmbedder.h.
Referenced by DGtal::concepts::CSCellEmbedder< T >::checkConstConstraints().