DGtal
1.5.beta
|
Aim: A cell embedder is a mapping from unsigned cells to Euclidean points. It adds inner types to functor. More...
#include <DGtal/topology/CCellEmbedder.h>
Public Types | |
typedef T::KSpace | KSpace |
typedef T::Cell | Cell |
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< Cell, typename KSpace::Cell >::value)) | |
BOOST_STATIC_ASSERT ((ConceptUtils::SameType< Cell, Argument >::value)) | |
BOOST_STATIC_ASSERT ((ConceptUtils::SameType< RealPoint, Value >::value)) | |
BOOST_CONCEPT_USAGE (CCellEmbedder) | |
void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::concepts::CUnaryFunctor< T, T::Cell, T::RealPoint > | |
BOOST_CONCEPT_USAGE (CUnaryFunctor) | |
Private Attributes | |
T | myX |
Cell | myP |
RealPoint | myRP |
Aim: A cell embedder is a mapping from unsigned cells to Euclidean points. It adds inner types to functor.
Description of concept 'CCellEmbedder'
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 CCellEmbedder. |
Definition at line 96 of file CCellEmbedder.h.
typedef T::Argument DGtal::concepts::CCellEmbedder< T >::Argument |
Definition at line 103 of file CCellEmbedder.h.
typedef T::Cell DGtal::concepts::CCellEmbedder< T >::Cell |
Definition at line 101 of file CCellEmbedder.h.
typedef T::KSpace DGtal::concepts::CCellEmbedder< T >::KSpace |
Definition at line 100 of file CCellEmbedder.h.
typedef T::RealPoint DGtal::concepts::CCellEmbedder< T >::RealPoint |
Definition at line 102 of file CCellEmbedder.h.
typedef T::Value DGtal::concepts::CCellEmbedder< T >::Value |
Definition at line 104 of file CCellEmbedder.h.
DGtal::concepts::CCellEmbedder< T >::BOOST_CONCEPT_ASSERT | ( | (CCellularGridSpaceND< KSpace >) | ) |
|
inline |
Definition at line 110 of file CCellEmbedder.h.
References DGtal::concepts::CCellEmbedder< T >::checkConstConstraints().
DGtal::concepts::CCellEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< Cell, Argument >::value) | ) |
DGtal::concepts::CCellEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< Cell, typename KSpace::Cell >::value) | ) |
DGtal::concepts::CCellEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< RealPoint, Value >::value) | ) |
|
inline |
Definition at line 115 of file CCellEmbedder.h.
References DGtal::concepts::CCellEmbedder< T >::myP, DGtal::concepts::CCellEmbedder< T >::myRP, DGtal::concepts::CCellEmbedder< T >::myX, and DGtal::concepts::ConceptUtils::sameType().
Referenced by DGtal::concepts::CCellEmbedder< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 122 of file CCellEmbedder.h.
Referenced by DGtal::concepts::CCellEmbedder< T >::checkConstConstraints().
|
private |
Definition at line 123 of file CCellEmbedder.h.
Referenced by DGtal::concepts::CCellEmbedder< T >::checkConstConstraints().
|
private |
Definition at line 121 of file CCellEmbedder.h.
Referenced by DGtal::concepts::CCellEmbedder< T >::checkConstConstraints().