Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::bkd_pixter1d< I > Class Template Reference

Backward pixel iterator on a 1-D image with border. More...

#include <pixter1d.hh>

Inherits mln::internal::backward_pixel_iterator_base_< I, bkd_pixter1d< I > >.

Public Types

typedef I image
 Image type.
 

Public Member Functions

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

Detailed Description

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

Backward pixel iterator on a 1-D image with border.

Definition at line 69 of file pixter1d.hh.

Member Typedef Documentation

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

Image type.

Definition at line 76 of file pixter1d.hh.

Constructor & Destructor Documentation

template<typename I >
mln::bkd_pixter1d< I >::bkd_pixter1d ( I &  image)
inline

Constructor.

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

Definition at line 117 of file pixter1d.hh.

Member Function Documentation

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