$extrastylesheet
#include <mln/fun/v2b/threshold_le.hh>
Public Member Functions | |
threshold_le (const V &a) | |
bool | operator() (const V &v) const |
Public Attributes | |
V | a |
Public Types | |
typedef Function_v2b< void > | category |
typedef threshold_le< V > | exact_t |
typedef void | mutable_result |
typedef bool | result |
Threshold function.
f(v) = (v <= threshold).
Definition at line 49 of file threshold_le.hh.
mln::fun::v2b::threshold_le< V >::threshold_le | ( | const V & | a | ) |
bool mln::fun::v2b::threshold_le< V >::operator() | ( | const V & | v | ) | const |
V mln::fun::v2b::threshold_le< V >::a |
Definition at line 55 of file threshold_le.hh.
|
inherited |
Definition at line 162 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
typedef bool mln::fun::v2b::threshold_le< V >::result |
Definition at line 51 of file threshold_le.hh.