|
DGtal
0.6.devel
|
#include <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::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 94 of file CPointEmbedder.h.
| typedef T::Argument DGtal::CPointEmbedder< T >::Argument |
Definition at line 101 of file CPointEmbedder.h.
| typedef T::Point DGtal::CPointEmbedder< T >::Point |
Definition at line 99 of file CPointEmbedder.h.
| typedef T::RealPoint DGtal::CPointEmbedder< T >::RealPoint |
Definition at line 100 of file CPointEmbedder.h.
| typedef T::Space DGtal::CPointEmbedder< T >::Space |
Definition at line 98 of file CPointEmbedder.h.
| typedef T::Value DGtal::CPointEmbedder< T >::Value |
Definition at line 102 of file CPointEmbedder.h.
| DGtal::CPointEmbedder< T >::BOOST_CONCEPT_ASSERT | ( | (CSpace< Space >) | ) |
|
inline |
Definition at line 109 of file CPointEmbedder.h.
References DGtal::CPointEmbedder< T >::checkConstConstraints().
| DGtal::CPointEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< Point, typename Space::Point >::value) | ) |
| DGtal::CPointEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< Point, Argument >::value) | ) |
| DGtal::CPointEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< RealPoint, typename Space::RealPoint >::value) | ) |
| DGtal::CPointEmbedder< T >::BOOST_STATIC_ASSERT | ( | (ConceptUtils::SameType< RealPoint, Value >::value) | ) |
|
inline |
Definition at line 114 of file CPointEmbedder.h.
References DGtal::CPointEmbedder< T >::myP, DGtal::CPointEmbedder< T >::myRP, DGtal::CPointEmbedder< T >::myX, and DGtal::ConceptUtils::sameType().
Referenced by DGtal::CPointEmbedder< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 121 of file CPointEmbedder.h.
Referenced by DGtal::CPointEmbedder< T >::checkConstConstraints().
|
private |
Definition at line 122 of file CPointEmbedder.h.
Referenced by DGtal::CPointEmbedder< T >::checkConstConstraints().
|
private |
Definition at line 120 of file CPointEmbedder.h.
Referenced by DGtal::CPointEmbedder< T >::checkConstConstraints().
1.8.1.1