#include <fun_image.hh>
Inherits mln::internal::image_value_morpher< I, F::result, mln::fun_image< F, I > >.
Public Types | |
typedef F::result | lvalue |
Return type of read-write access. | |
typedef F::result | rvalue |
Return type of read-only access. | |
typedef fun_image< tag::value_ < typename F::result > , tag::image_< I > > | skeleton |
Skeleton. | |
typedef F::result | value |
Value associated type. | |
Public Member Functions | |
fun_image (const Image< I > &ima) | |
Constructor. | |
fun_image (const Function_v2v< F > &f, const Image< I > &ima) | |
Constructor. | |
fun_image () | |
Constructor. | |
F::result | operator() (const typename I::psite &p) |
Mutable access is for reading only. | |
F::result | operator() (const typename I::psite &p) const |
Read-only access of pixel value at point site p . |
typedef F ::result mln::fun_image< F, I >::lvalue |
Return type of read-write access.
typedef F ::result mln::fun_image< F, I >::rvalue |
Return type of read-only access.
typedef fun_image< tag::value_<typename F ::result>, tag::image_<I> > mln::fun_image< F, I >::skeleton |
Skeleton.
typedef F ::result mln::fun_image< F, I >::value |
Value associated type.
mln::fun_image< F, I >::fun_image | ( | ) | [inline] |
Constructor.
mln::fun_image< F, I >::fun_image | ( | const Function_v2v< F > & | f, | |
const Image< I > & | ima | |||
) | [inline] |
Constructor.
mln::fun_image< F, I >::fun_image | ( | const Image< I > & | ima | ) | [inline] |
Constructor.
F::result mln::fun_image< F, I >::operator() | ( | const typename I::psite & | p | ) | [inline] |
Mutable access is for reading only.
F::result mln::fun_image< F, I >::operator() | ( | const typename I::psite & | p | ) | const [inline] |