#include <pixter3d.hh>
Inherits mln::internal::forward_pixel_iterator_base_< I, mln::fwd_pixter3d< I > >.
Public Types | |
typedef I | image |
Image type. | |
Public Member Functions | |
fwd_pixter3d (I &image) | |
Constructor. | |
void | next () |
Go to the next element. |
Definition at line 48 of file pixter3d.hh.
typedef I mln::fwd_pixter3d< I >::image |
mln::fwd_pixter3d< I >::fwd_pixter3d | ( | I & | image | ) | [inline] |
Constructor.
[in] | image | The image this pixel iterator is bound to. |
Definition at line 154 of file pixter3d.hh.
void mln::Iterator< E >::next | ( | ) | [inline, inherited] |
Go to the next element.
Definition at line 102 of file iterator.hh.