Public Member Functions

mln::Pixel_Iterator< E > Struct Template Reference

Base class for the implementation of pixel iterator classes. More...

#include <pixel_iterator.hh>

Inheritance diagram for mln::Pixel_Iterator< E >:
Inheritance graph

List of all members.

Public Member Functions

void next ()
 Go to the next element.

Detailed Description

template<typename E>
struct mln::Pixel_Iterator< E >

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.

See also:
mln::doc::Pixel_Iterator for a complete documentation of this class contents.

Definition at line 51 of file pixel_iterator.hh.


Member Function Documentation

template<typename E >
void mln::Iterator< E >::next (  )  [inherited]

Go to the next element.

Warning:
This is a final method; iterator classes should not re-defined this method. The actual "next" operation has to be defined through the next_ method.
Precondition:
The iterator is valid.

Definition at line 102 of file iterator.hh.