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.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Const promotion via conversion.