$extrastylesheet
#include <mln/core/internal/pixel_impl.hh>
Public Member Functions | |
value ** | address_ () const |
I & | ima () const |
lvalue | val () |
rvalue | val () const |
Protected Member Functions | |
pixel_impl_ (I &image) |
Public Types | |
typedef I | image |
typedef I::lvalue | lvalue |
typedef I::rvalue | rvalue |
typedef I::value | value |
Definition at line 118 of file pixel_impl.hh.
|
protected |
Constructor.
value** mln::internal::pixel_impl_< I, E >::address_ | ( | ) | const |
Address of the current iterator value/pixel.
I& mln::internal::pixel_impl_< I, E >::ima | ( | ) | const |
Give the pixel image.
lvalue mln::internal::pixel_impl_< I, E >::val | ( | ) |
pixel iterator value.
rvalue mln::internal::pixel_impl_< I, E >::val | ( | ) | const |
Get the pixel iterator value.
typedef I mln::internal::pixel_impl_< I, E >::image |
Image type.
Definition at line 131 of file pixel_impl.hh.
typedef I ::lvalue mln::internal::pixel_impl_< I, E >::lvalue |
Image lvalue type.
Definition at line 137 of file pixel_impl.hh.
typedef I ::rvalue mln::internal::pixel_impl_< I, E >::rvalue |
Image rvalue type.
Definition at line 140 of file pixel_impl.hh.
typedef I ::value mln::internal::pixel_impl_< I, E >::value |
Image value type.
Definition at line 134 of file pixel_impl.hh.