Public Types | Public Member Functions

mln::complex_neighborhood_bkd_piter< I, G, N > Class Template Reference

Backward iterator on complex neighborhood. More...

#include <complex_neighborhood_piter.hh>

Inherits site_relative_iterator_base< N, complex_neighborhood_bkd_piter< I, G, N > >.

List of all members.

Public Types

typedef N::complex_bkd_iter iter_type
 The type of the underlying complex iterator.
typedef N::psite psite
 The Pseudo_Site type.

Public Member Functions

void next ()
 Go to the next element.

 complex_neighborhood_bkd_piter ()
 Construction.

const iter_typeiter () const
 Accessors.

Detailed Description

template<typename I, typename G, typename N>
class mln::complex_neighborhood_bkd_piter< I, G, N >

Backward iterator on complex neighborhood.

Definition at line 124 of file complex_neighborhood_piter.hh.


Member Typedef Documentation

template<typename I, typename G, typename N>
typedef N::complex_bkd_iter mln::complex_neighborhood_bkd_piter< I, G, N >::iter_type

The type of the underlying complex iterator.

Definition at line 135 of file complex_neighborhood_piter.hh.

template<typename I, typename G, typename N>
typedef N ::psite mln::complex_neighborhood_bkd_piter< I, G, N >::psite

The Pseudo_Site type.

Definition at line 133 of file complex_neighborhood_piter.hh.


Constructor & Destructor Documentation

template<typename I , typename G , typename N >
mln::complex_neighborhood_bkd_piter< I, G, N >::complex_neighborhood_bkd_piter (  )  [inline]

Construction.

Definition at line 305 of file complex_neighborhood_piter.hh.


Member Function Documentation

template<typename I , typename G , typename N >
const N::complex_bkd_iter & mln::complex_neighborhood_bkd_piter< I, G, N >::iter (  )  const [inline]

Accessors.

Definition at line 382 of file complex_neighborhood_piter.hh.

void mln::Site_Iterator< complex_neighborhood_bkd_piter< I, G, N > >::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.