Public Member Functions

mln::unproject_image< I, D, F > Struct Template Reference
[Domain morphers]

Un-projects an image. More...

#include <unproject_image.hh>

Inherits image_domain_morpher< I, D, unproject_image< I, D, F > >.

List of all members.

Public Member Functions

const D & domain () const
 Give the definition domain.
internal::morpher_lvalue_< I >::ret operator() (const typename D::psite &p)
 Read-write access to the image value located at point p.
I::rvalue operator() (const typename D::psite &p) const
 Read-only access to the image value located at point p.
 unproject_image ()
 Constructor without argument.
 unproject_image (I &ima, const D &dom, const F &f)
 Constructor from an image ima, a domain dom, and a function f.

Detailed Description

template<typename I, typename D, typename F>
struct mln::unproject_image< I, D, F >

Un-projects an image.

Definition at line 96 of file unproject_image.hh.


Constructor & Destructor Documentation

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

Constructor without argument.

Definition at line 182 of file unproject_image.hh.

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

Constructor from an image ima, a domain dom, and a function f.

Definition at line 188 of file unproject_image.hh.


Member Function Documentation

template<typename I , typename D , typename F >
const D & mln::unproject_image< I, D, F >::domain (  )  const [inline]

Give the definition domain.

Definition at line 205 of file unproject_image.hh.

template<typename I , typename D , typename F >
internal::morpher_lvalue_< I >::ret mln::unproject_image< I, D, F >::operator() ( const typename D::psite &  p  )  [inline]

Read-write access to the image value located at point p.

Definition at line 225 of file unproject_image.hh.

template<typename I , typename D , typename F >
I::rvalue mln::unproject_image< I, D, F >::operator() ( const typename D::psite &  p  )  const [inline]

Read-only access to the image value located at point p.

Definition at line 214 of file unproject_image.hh.