Public Member Functions

mln::topo::adj_lower_higher_face_fwd_iter< D > Class Template Reference

Forward iterator on all the adjacent (n-1)-faces and (n+1)-faces of the n-face of an mln::complex<D>. More...

#include <adj_lower_higher_face_iter.hh>

Inherits complex_relative_iterator_sequence< adj_lower_face_fwd_iter< D >, adj_higher_face_fwd_iter< D >, adj_lower_higher_face_fwd_iter< D > >.

List of all members.

Public Member Functions

void next ()
 Go to the next element.

 adj_lower_higher_face_fwd_iter ()
 Construction.

Detailed Description

template<unsigned D>
class mln::topo::adj_lower_higher_face_fwd_iter< D >

Forward iterator on all the adjacent (n-1)-faces and (n+1)-faces of the n-face of an mln::complex<D>.

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

Definition at line 71 of file adj_lower_higher_face_iter.hh.


Constructor & Destructor Documentation

Construction.

Definition at line 133 of file adj_lower_higher_face_iter.hh.


Member Function Documentation

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