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