$extrastylesheet
#include <mln/core/concept/pixel_iterator.hh>
Public Member Functions | |
| void | next () |
| operator unsigned () const | |
Protected Member Functions | |
| Pixel_Iterator () | |
Public Types | |
| typedef Object< void > | category |
| typedef E | exact_t |
Base class for the implementation of pixel iterator classes.
An iterator on pixels is an iterator that is bound to a particular image and that browses over a set of image pixels.
Definition at line 52 of file pixel_iterator.hh.
|
protected |
|
inherited |
Go to the next element.
|
inlineinherited |
Definition at line 65 of file generalized_pixel.hh.
|
inherited |
|
inherited |