$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::v2b::threshold_le< V > Struct Template Reference

#include <mln/fun/v2b/threshold_le.hh>

Public Member Functions

 threshold_le (const V &a)
bool operator() (const V &v) const

Public Attributes

a

Public Types

typedef Function_v2b< void > category
typedef threshold_le< V > exact_t
typedef void mutable_result
typedef bool result

Detailed Description

template<typename V>
struct mln::fun::v2b::threshold_le< V >

Threshold function.

f(v) = (v <= threshold).

Definition at line 49 of file threshold_le.hh.

Constructor & Destructor Documentation

template<typename V >
mln::fun::v2b::threshold_le< V >::threshold_le ( const V &  a)

Member Function Documentation

template<typename V >
bool mln::fun::v2b::threshold_le< V >::operator() ( const V &  v) const

Member Data Documentation

template<typename V >
V mln::fun::v2b::threshold_le< V >::a

Definition at line 55 of file threshold_le.hh.

Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< threshold_le< V > >::category
inherited

Definition at line 162 of file function.hh.

typedef threshold_le< V > mln::Object< threshold_le< V > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< threshold_le< V > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename V >
typedef bool mln::fun::v2b::threshold_le< V >::result

Definition at line 51 of file threshold_le.hh.