mln::Function_v2v< E > Struct Template Reference
[Functions]

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].

List of all members.


Detailed Description

template<typename E>
struct mln::Function_v2v< E >

Base class for implementation of function-objects from value to value.

The parameter E is the exact type.

Definition at line 124 of file function.hh.