#include <composed.hh>
Public Types | |
typedef T2::result | argument |
typedef Function_v2v< void > | category |
typedef T2::result::coord | coord |
typedef E | exact_t |
typedef composed< mln_invert(T1), mln_invert(T2)> | invert |
Type of the inverse function. | |
typedef algebra::h_mat< dim, coord > | matrix |
typedef void | mutable_result |
typedef T2::result | result |
typedef fun::internal::x2x_linear_impl_ < typename T2::result, E > | super_ |
Public Member Functions | |
const T1 & | first () const |
Set the new first transformation. | |
helper_composed_ (const T2 &f, const T1 &g) | |
Constructor with the two transformation to be composed. | |
helper_composed_ () | |
Constructor without argument. | |
invert | inv () const |
Return the inverse function. | |
const matrix & | mat () const |
T2::result | operator() (const T2::result &x) const |
const T2 & | second () const |
Set the new second transformation. | |
void | set_first (const T1 &g) |
Set the new first transformation. | |
void | set_second (const T2 &f) |
Set the new second transformation. | |
Public Attributes | |
T2 | f_ |
T1 | g_ |
Static Public Attributes | |
static const unsigned | dim |
Protected Attributes | |
matrix | m_ |
Definition at line 62 of file composed.hh.
typedef T2::result mln::fun::internal::x2x_linear_impl_< T2::result , E >::argument [inherited] |
Definition at line 52 of file x2x_linear_impl.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 T2::result ::coord mln::fun::internal::x2x_linear_impl_< T2::result , E >::coord [inherited] |
Definition at line 54 of file x2x_linear_impl.hh.
typedef E mln::Object< E >::exact_t [inherited] |
typedef algebra::h_mat<dim, coord> mln::fun::internal::x2x_linear_impl_< T2::result , E >::matrix [inherited] |
Definition at line 55 of file x2x_linear_impl.hh.
typedef void mln::Function_v2v< E >::mutable_result [inherited] |
typedef T2::result mln::fun::internal::x2x_linear_impl_< T2::result , E >::result [inherited] |
Definition at line 53 of file x2x_linear_impl.hh.
typedef fun::internal::x2x_linear_impl_<typename T2::result, E > mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::super_ |
Definition at line 66 of file composed.hh.
mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::helper_composed_ | ( | ) | [inline] |
mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::helper_composed_ | ( | const T2 & | f, | |
const T1 & | g | |||
) | [inline] |
const T1 & mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::first | ( | ) | const [inline] |
helper_composed_< T2, T1, E, true >::invert mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::inv | ( | ) | const [inline] |
const matrix& mln::fun::internal::x2x_linear_impl_< T2::result , E >::mat | ( | ) | const [inherited] |
T2::result mln::fun::internal::x2x_linear_impl_< T2::result , E >::operator() | ( | const T2::result & | x | ) | const [inline, inherited] |
Definition at line 57 of file x2x_linear_impl.hh.
References mln::fun::internal::x2x_linear_impl_< V, E >::m_, and mln::algebra::h_vec< d, C >::to_vec().
const T2 & mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::second | ( | ) | const [inline] |
void mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::set_first | ( | const T1 & | g | ) | [inline] |
void mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::set_second | ( | const T2 & | f | ) | [inline] |
const unsigned mln::fun::internal::x2x_linear_impl_< T2::result , E >::dim [static, inherited] |
Definition at line 50 of file x2x_linear_impl.hh.
T2 mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::f_ |
Definition at line 94 of file composed.hh.
T1 mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::g_ |
Definition at line 95 of file composed.hh.
matrix mln::fun::internal::x2x_linear_impl_< T2::result , E >::m_ [protected, inherited] |
Definition at line 68 of file x2x_linear_impl.hh.