Public Member Functions

mln::thru_image< I, F > Class Template Reference
[Values morphers]

Morph image values through a function. More...

#include <thru_image.hh>

List of all members.

Public Member Functions

void init_ (I &ima, const F &f)
 operator thru_image< const I, F > () const
 Const promotion via conversion.
 thru_image (I &ima)
 thru_image (I &ima, const F &f)
 thru_image ()

Detailed Description

template<typename I, typename F>
class mln::thru_image< I, F >

Morph image values through a function.

Definition at line 156 of file thru_image.hh.


Constructor & Destructor Documentation

template<typename I , typename F >
mln::thru_image< I, F >::thru_image (  )  [inline]

Definition at line 207 of file thru_image.hh.

template<typename I , typename F >
mln::thru_image< I, F >::thru_image ( I &  ima  )  [inline]

Definition at line 221 of file thru_image.hh.

References mln::thru_image< I, F >::init_().

template<typename I , typename F >
mln::thru_image< I, F >::thru_image ( I &  ima,
const F &  f 
) [inline]

Definition at line 213 of file thru_image.hh.

References mln::thru_image< I, F >::init_().


Member Function Documentation

template<typename I , typename F >
void mln::thru_image< I, F >::init_ ( I &  ima,
const F &  f 
) [inline]

Definition at line 230 of file thru_image.hh.

Referenced by mln::thru_image< I, F >::thru_image().

template<typename I , typename F >
mln::thru_image< I, F >::operator thru_image< const I, F > (  )  const [inline]

Const promotion via conversion.

Definition at line 239 of file thru_image.hh.