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