Public Member Functions

mln::topo::centered_fwd_iter_adapter< D, I > Class Template Reference

Backward complex relative iterator adapters adding the central (reference) point to the set of iterated faces. More...

#include <centered_iter_adapter.hh>

Inherits complex_relative_iterator_sequence< center_only_iter< D >, I, centered_fwd_iter_adapter< D, I > >.

List of all members.

Public Member Functions

void next ()
 Go to the next element.

 centered_fwd_iter_adapter ()
 Construction.

Detailed Description

template<unsigned D, typename I>
class mln::topo::centered_fwd_iter_adapter< D, I >

Backward complex relative iterator adapters adding the central (reference) point to the set of iterated faces.

Template Parameters:
D The dimension of the complex this iterator belongs to.
I The adapated complex relative iterator.

Definition at line 57 of file centered_iter_adapter.hh.


Constructor & Destructor Documentation

template<unsigned D, typename I >
mln::topo::centered_fwd_iter_adapter< D, I >::centered_fwd_iter_adapter (  )  [inline]

Construction.

Definition at line 122 of file centered_iter_adapter.hh.


Member Function Documentation

void mln::Iterator< centered_fwd_iter_adapter< D, 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.