#include <ch_function_value.hh>
Public Types | |
typedef Function_v2v< void > | category |
typedef E | exact_t |
typedef F | function |
typedef V | lvalue |
typedef void | mutable_result |
typedef V | result |
typedef V | rvalue |
Public Member Functions | |
ch_function_value (const F &f) | |
ch_function_value () | |
template<typename W> | |
V | operator() (const W &w) const |
Private Attributes | |
F | f_ |
Definition at line 52 of file fun/v2v/ch_function_value.hh.
typedef Function_v2v<void> mln::Function_v2v< E >::category [inherited] |
Reimplemented from mln::Function< E >.
Reimplemented in mln::Function_v2b< E >, mln::Function_v2b< f_box2d_t >, mln::Function_v2b< mln::fun::v2b::lnot< V > >, mln::Function_v2b< mln::fun::p2b::antilogy >, mln::Function_v2b< mln::fun::p2b::has< I > >, mln::Function_v2b< mln::fun::p2b::tautology >, mln::Function_v2b< keep_specific_colors >, mln::Function_v2b< my_box2d >, mln::Function_v2b< mln::topo::is_simple_cell< I > >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_edge >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_row_odd >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_pixel >, mln::Function_v2b< mln::fun::v2b::threshold< V > >, mln::Function_v2b< mln::world::inter_pixel::is_separator >, mln::Function_v2b< mln::topo::is_n_face< N > >, mln::Function_v2b< not_to_remove >, mln::Function_v2b< mln::fun::p2b::chess >, mln::Function_v2b< f_box1d_t >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_dot >, mln::Function_v2b< mln::fun::p2b::big_chess< B > >, mln::Function_v2b< mln::world::inter_pixel::is_pixel >, and mln::Function_v2b< f_box3d_t >.
Definition at line 93 of file function.hh.
typedef E mln::Object< E >::exact_t [inherited] |
typedef F mln::fun::v2v::ch_function_value< F, V >::function |
Definition at line 56 of file fun/v2v/ch_function_value.hh.
typedef V mln::fun::v2v::ch_function_value< F, V >::lvalue |
Definition at line 59 of file fun/v2v/ch_function_value.hh.
typedef void mln::Function_v2v< E >::mutable_result [inherited] |
typedef V mln::fun::v2v::ch_function_value< F, V >::result |
Definition at line 57 of file fun/v2v/ch_function_value.hh.
typedef V mln::fun::v2v::ch_function_value< F, V >::rvalue |
Definition at line 58 of file fun/v2v/ch_function_value.hh.
mln::fun::v2v::ch_function_value< F, V >::ch_function_value | ( | ) | [inline] |
Definition at line 76 of file fun/v2v/ch_function_value.hh.
mln::fun::v2v::ch_function_value< F, V >::ch_function_value | ( | const F & | f | ) | [inline] |
Definition at line 82 of file fun/v2v/ch_function_value.hh.
References mln::fun::v2v::ch_function_value< F, V >::f_.
V mln::fun::v2v::ch_function_value< F, V >::operator() | ( | const W & | w | ) | const [inline] |
Definition at line 91 of file fun/v2v/ch_function_value.hh.
References mln::fun::v2v::ch_function_value< F, V >::f_.
F mln::fun::v2v::ch_function_value< F, V >::f_ [private] |
Definition at line 68 of file fun/v2v/ch_function_value.hh.
Referenced by mln::fun::v2v::ch_function_value< F, V >::ch_function_value(), and mln::fun::v2v::ch_function_value< F, V >::operator()().