DGtal 2.0.0
|
Public Member Functions | |
Binarizer (T v) | |
Binarizer & | operator= (Binarizer const &)=delete |
bool | operator() (T v) const |
Data Fields | |
T | threshold |
[Functor]
[Returning a FunctorHolder]
Definition at line 91 of file exampleFunctorHolder.cpp.
|
inlineexplicit |
Definition at line 94 of file exampleFunctorHolder.cpp.
References threshold.
Referenced by operator=().
|
inline |
Definition at line 96 of file exampleFunctorHolder.cpp.
References threshold.
References Binarizer().
T Binarizer< T >::threshold |
Definition at line 93 of file exampleFunctorHolder.cpp.
Referenced by Binarizer(), and operator()().