Public Member Functions

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

Backward iterator on all the n-faces sharing an adjacent (n+1)-face with a (reference) n-face of an mln::complex<D>. More...

#include <adj_higher_dim_connected_n_face_iter.hh>

Inherits backward_complex_relative_iterator_base< topo::face< D >, algebraic_face< D >, adj_higher_dim_connected_n_face_bkd_iter< D > >, and mln::topo::internal::adj_higher_dim_connected_n_face_iterator< D >.

List of all members.

Public Member Functions

void next ()
 Go to the next element.

 adj_higher_dim_connected_n_face_bkd_iter ()
 Construction.

Detailed Description

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

Backward iterator on all the n-faces sharing an adjacent (n+1)-face with a (reference) n-face of an mln::complex<D>.

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

Definition at line 104 of file adj_higher_dim_connected_n_face_iter.hh.


Constructor & Destructor Documentation

Construction.

Definition at line 196 of file adj_higher_dim_connected_n_face_iter.hh.


Member Function Documentation

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