#include <unproject_image.hh>
Inherits mln::internal::image_domain_morpher< I, D, mln::unproject_image< I, D, F > >.
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 (I &ima, const D &dom, const F &f) | |
Constructor from an image ima , a domain dom , and a function f . | |
unproject_image () | |
Constructor without argument. |
mln::unproject_image< I, D, F >::unproject_image | ( | ) | [inline] |
Constructor without argument.
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
.
const D & mln::unproject_image< I, D, F >::domain | ( | ) | const [inline] |
Give the definition domain.
internal::morpher_lvalue_< I >::ret mln::unproject_image< I, D, F >::operator() | ( | const typename D::psite & | p | ) | [inline] |
I::rvalue mln::unproject_image< I, D, F >::operator() | ( | const typename D::psite & | p | ) | const [inline] |