Base class for the implementation of pixel iterator classes. More...
#include <pixel_iterator.hh>
Public Member Functions | |
void | next () |
Go to the next element. |
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.
void mln::Iterator< E >::next | ( | ) | [inherited] |
Go to the next element.