$extrastylesheet
#include <mln/core/internal/pixel_iterator_base.hh>
Public Member Functions | |
| value ** | address_ () const |
| I & | ima () const |
| void | next () |
| operator unsigned () const | |
| lvalue | val () |
| rvalue | val () const |
Protected Member Functions | |
| pixel_iterator_base_ (I &image) | |
| void | start_ () |
Protected Attributes | |
| I::qlf_value * | boi_ |
| I::qlf_value * | eoi_ |
Public Types | |
| typedef Object< void > | category |
| typedef E | exact_t |
| typedef I | image |
| typedef I::lvalue | lvalue |
| typedef I::rvalue | rvalue |
| typedef I::value | value |
Definition at line 54 of file pixel_iterator_base.hh.
|
protected |
Constructor.
|
inherited |
Address of the current iterator value/pixel.
|
inherited |
Give the pixel image.
|
inherited |
Go to the next element.
|
inlineinherited |
Definition at line 65 of file generalized_pixel.hh.
|
protected |
Default impl is no-op.
Reimplemented in mln::bkd_pixter3d< I >, mln::bkd_pixter2d< I >, mln::fwd_pixter2d< I >, and mln::fwd_pixter3d< I >.
|
inherited |
pixel iterator value.
|
inherited |
Get the pixel iterator value.
|
protected |
Beginning of the image.
Definition at line 66 of file pixel_iterator_base.hh.
|
protected |
End of the image (past-the-end).
Definition at line 69 of file pixel_iterator_base.hh.
|
inherited |
|
inherited |
|
inherited |
Image type.
Definition at line 131 of file pixel_impl.hh.
|
inherited |
Image lvalue type.
Definition at line 137 of file pixel_impl.hh.
|
inherited |
Image rvalue type.
Definition at line 140 of file pixel_impl.hh.
|
inherited |
Image value type.
Definition at line 134 of file pixel_impl.hh.