#include <threshold.hh>
Public Types | |
typedef Function_v2b< void > | category |
typedef E | exact_t |
typedef void | mutable_result |
typedef bool | result |
Public Member Functions | |
bool | operator() (const V &v) const |
threshold (const V &a) | |
Public Attributes | |
V | a |
f(v) = (v >= threshold).
Definition at line 48 of file fun/v2b/threshold.hh.
typedef Function_v2b<void> mln::Function_v2b< E >::category [inherited] |
typedef E mln::Object< E >::exact_t [inherited] |
typedef void mln::Function_v2v< E >::mutable_result [inherited] |
typedef bool mln::fun::v2b::threshold< V >::result |
mln::fun::v2b::threshold< V >::threshold | ( | const V & | a | ) | [inline] |
Definition at line 62 of file fun/v2b/threshold.hh.
bool mln::fun::v2b::threshold< V >::operator() | ( | const V & | v | ) | const [inline] |
V mln::fun::v2b::threshold< V >::a |
Definition at line 54 of file fun/v2b/threshold.hh.
Referenced by mln::fun::v2b::threshold< V >::operator()().