DGtal 2.0.0
|
Aim: Define a simple functor that returns a 'trans' value. More...
Public Types | |
typedef TValue | Value |
Public Member Functions | |
MyTransValueFunctor (const Value &aValue=0) | |
template<typename TInput> | |
Value | operator() (const TInput &aInput) const |
Private Attributes | |
Value | myValue |
Aim: Define a simple functor that returns a 'trans' value.
Description of template class 'MyTransValueFunctor'
TValue | type of the value |
Definition at line 110 of file testImageAdapter.cpp.
typedef TValue MyTransValueFunctor< TValue >::Value |
Definition at line 113 of file testImageAdapter.cpp.
|
inline |
Constructor.
aValue | the 'trans' value. |
Definition at line 119 of file testImageAdapter.cpp.
References myValue.
|
inline |
Operator
TInput | type of the input object |
aInput | input object |
Definition at line 132 of file testImageAdapter.cpp.
References myValue.
|
private |
value
Definition at line 141 of file testImageAdapter.cpp.
Referenced by MyTransValueFunctor(), and operator()().