Public Types | Public Member Functions

mln::fwd_pixter2d< I > Class Template Reference

Forward pixel iterator on a 2-D image with border. More...

#include <pixter2d.hh>

Inherits forward_pixel_iterator_base_< I, fwd_pixter2d< I > >.

List of all members.

Public Types

typedef I image
 Image type.

Public Member Functions

 fwd_pixter2d (I &image)
 Constructor.
void next ()
 Go to the next element.

Detailed Description

template<typename I>
class mln::fwd_pixter2d< I >

Forward pixel iterator on a 2-D image with border.

Definition at line 47 of file pixter2d.hh.


Member Typedef Documentation

template<typename I >
typedef I mln::fwd_pixter2d< I >::image

Image type.

Definition at line 54 of file pixter2d.hh.


Constructor & Destructor Documentation

template<typename I >
mln::fwd_pixter2d< I >::fwd_pixter2d ( I &  image  )  [inline]

Constructor.

Parameters:
[in] image The image this pixel iterator is bound to.

Definition at line 130 of file pixter2d.hh.


Member Function Documentation

void mln::Iterator< fwd_pixter2d< I > >::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.