$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::thru_image< I, F > Class Template Reference

#include <mln/core/image/vmorph/thru_image.hh>

Public Member Functions

 thru_image ()
 thru_image (I &ima)
 thru_image (I &ima, const F &f)
 operator thru_image< const I, F > () const

Detailed Description

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

Morph image values through a function.

Definition at line 160 of file thru_image.hh.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Const promotion via conversion.