$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::x2x::composed< T2, T1 > Struct Template Reference

#include <mln/fun/x2x/composed.hh>

Public Member Functions

 composed ()
 composed (const T2 &f, const T1 &g)

Detailed Description

template<typename T2, typename T1>
struct mln::fun::x2x::composed< T2, T1 >

Represent a composition of two transformations.

Definition at line 150 of file composed.hh.

Constructor & Destructor Documentation

template<typename T2 , typename T1 >
mln::fun::x2x::composed< T2, T1 >::composed ( )
inline

Constructor without argument.

Definition at line 159 of file composed.hh.

template<typename T2 , typename T1 >
mln::fun::x2x::composed< T2, T1 >::composed ( const T2 &  f,
const T1 &  g 
)
inline

Constructor with the two transformation to be composed.

Definition at line 162 of file composed.hh.