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