Base class for implementation of function-objects from value to value. More...
#include <function.hh>
Inherits mln::Function< E >.
Inherited by mln::fun::C< R(*)(A) >, mln::fun::v2v::dec< T >, mln::fun::v2v::id< T >, mln::fun::v2v::inc< T >, mln::fun::x2v::bilinear< I >, mln::fun::x2v::trilinear< I >, mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >, mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >, mln::fun::x2x::linear< I >, mln::fun::x2x::nneighbor< I >, and mln::Function_v2b< E > [virtual]
.
Public Types | |
typedef Function_v2v< void > | category |
typedef E | exact_t |
typedef void | mutable_result |
Protected Member Functions | |
Function_v2v () | |
Function_v2v (const Function_v2v &) |
Base class for implementation of function-objects from value to value.
The parameter E is the exact type.
typedef Function_v2v<void> mln::Function_v2v< E >::category |
Reimplemented from mln::Function< E >.
Reimplemented in mln::Function_v2b< E >, mln::Function_v2b< f_box2d_t >, mln::Function_v2b< chess >, mln::Function_v2b< is_dot >, mln::Function_v2b< has< I > >, mln::Function_v2b< is_edge >, mln::Function_v2b< is_row_odd >, mln::Function_v2b< big_chess< B > >, mln::Function_v2b< keep_specific_colors >, mln::Function_v2b< i2v::array< T > >, mln::Function_v2b< my_box2d >, mln::Function_v2b< is_pixel >, mln::Function_v2b< is_n_face< N > >, mln::Function_v2b< is_separator >, mln::Function_v2b< is_simple_cell< I > >, mln::Function_v2b< tautology >, mln::Function_v2b< not_to_remove >, mln::Function_v2b< f_box1d_t >, mln::Function_v2b< threshold< V > >, mln::Function_v2b< lnot< V > >, mln::Function_v2b< f_box3d_t >, and mln::Function_v2b< antilogy >.
typedef E mln::Object< E >::exact_t [inherited] |
typedef void mln::Function_v2v< E >::mutable_result |
mln::Function_v2v< E >::Function_v2v | ( | ) | [inline, protected] |
mln::Function_v2v< E >::Function_v2v | ( | const Function_v2v< E > & | rhs | ) | [inline, protected] |