#include <p2p_image.hh>
Inherits mln::internal::image_domain_morpher< I, I::domain_t, mln::p2p_image< I, F > >.
Public Types | |
typedef p2p_image< tag::image_ < I >, tag::function_< F > > | skeleton |
Skeleton. | |
Public Member Functions | |
const I::domain_t & | domain () const |
Give the definition domain. | |
const F & | fun () const |
Give the p2p function. | |
internal::morpher_lvalue_< I >::ret | operator() (const typename I::psite &p) |
Read-write access to the image value located at point p . | |
I::rvalue | operator() (const typename I::psite &p) const |
Read-only access to the image value located at point p . | |
p2p_image (I &ima, const F &f) | |
Constructor from an image ima and a predicate f . | |
p2p_image () | |
Constructor without argument. |
typedef p2p_image< tag::image_<I>, tag::function_<F> > mln::p2p_image< I, F >::skeleton |
Skeleton.
mln::p2p_image< I, F >::p2p_image | ( | ) | [inline] |
Constructor without argument.
mln::p2p_image< I, F >::p2p_image | ( | I & | ima, | |
const F & | f | |||
) | [inline] |
Constructor from an image ima
and a predicate f
.
const I::domain_t & mln::p2p_image< I, F >::domain | ( | ) | const [inline] |
Give the definition domain.
const F & mln::p2p_image< I, F >::fun | ( | ) | const [inline] |
Give the p2p function.
internal::morpher_lvalue_< I >::ret mln::p2p_image< I, F >::operator() | ( | const typename I::psite & | p | ) | [inline] |
I::rvalue mln::p2p_image< I, F >::operator() | ( | const typename I::psite & | p | ) | const [inline] |