#include <transformed_image.hh>
Inherits mln::internal::image_domain_morpher< I, mln::p_transformed< I::domain_t, F >, mln::transformed_image< I, F > >.
Public Types | |
typedef transformed_image < tag::image_< I > , tag::function_< F > > | skeleton |
Skeleton. | |
Public Member Functions | |
const p_transformed< typename I::domain_t, F > & | domain () const |
Give the definition domain. | |
operator transformed_image< const I, F > () const | |
Const promotion via conversion. | |
internal::morpher_lvalue_< I >::ret | operator() (const typename I::psite &p) |
Read and "write if possible" access of pixel value at point site p . | |
I::rvalue | operator() (const typename I::psite &p) const |
Read-only access of pixel value at point site p . | |
transformed_image (I &ima, const F &f) | |
Constructor. | |
transformed_image () | |
Constructor without argument. |
typedef transformed_image< tag::image_<I>, tag::function_<F> > mln::transformed_image< I, F >::skeleton |
Skeleton.
mln::transformed_image< I, F >::transformed_image | ( | ) | [inline] |
Constructor without argument.
mln::transformed_image< I, F >::transformed_image | ( | I & | ima, | |
const F & | f | |||
) | [inline] |
Constructor.
const p_transformed< typename I::domain_t, F > & mln::transformed_image< I, F >::domain | ( | ) | const [inline] |
Give the definition domain.
mln::transformed_image< I, F >::operator transformed_image< const I, F > | ( | ) | const [inline] |
Const promotion via conversion.
internal::morpher_lvalue_< I >::ret mln::transformed_image< I, F >::operator() | ( | const typename I::psite & | p | ) | [inline] |
I::rvalue mln::transformed_image< I, F >::operator() | ( | const typename I::psite & | p | ) | const [inline] |