|
DGtal
0.6.devel
|
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 108 of file testImageAdapter.cpp.
| typedef TValue MyTransValueFunctor< TValue >::Value |
Definition at line 111 of file testImageAdapter.cpp.
|
inline |
Constructor.
| value | the 'trans' value. |
Definition at line 117 of file testImageAdapter.cpp.
|
inline |
Operator
| TInput | type of the input object |
| aInput | input object |
Definition at line 130 of file testImageAdapter.cpp.
|
private |
value
Definition at line 139 of file testImageAdapter.cpp.
1.8.1.1