$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::Pixel_Iterator< E > Struct Template Reference

#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

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.

Definition at line 52 of file pixel_iterator.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Pixel_Iterator< E >::Pixel_Iterator ( )
protected

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.
template<typename E>
mln::Generalized_Pixel< E >::operator unsigned ( ) const
inlineinherited

Definition at line 65 of file generalized_pixel.hh.

Member Typedef Documentation

template<typename E>
typedef Object<void> mln::Object< E >::category
inherited

Definition at line 106 of file object.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.