DGtal
1.5.beta
|
Aim: Defines a functor on points. More...
#include <DGtal/kernel/CPointFunctor.h>
Public Types | |
typedef T::Point | Point |
typedef T::Value | Value |
Additional Inherited Members | |
Public Member Functions inherited from DGtal::concepts::CUnaryFunctor< T, T::Point, T::Value > | |
BOOST_CONCEPT_USAGE (CUnaryFunctor) | |
Aim: Defines a functor on points.
Description of concept 'CPointFunctor'
Associates values to points.
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
Apply function | x(p) | v | the value of the function x at point p |
Definition at line 88 of file CPointFunctor.h.
typedef T::Point DGtal::concepts::CPointFunctor< T >::Point |
Definition at line 92 of file CPointFunctor.h.
typedef T::Value DGtal::concepts::CPointFunctor< T >::Value |
Definition at line 93 of file CPointFunctor.h.