Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::topo::face_bkd_iter< D > Class Template Reference

Backward iterator on all the faces of an mln::complex<D>. More...

#include <face_iter.hh>

Inherits mln::topo::internal::complex_set_iterator_base< topo::face< D >, face_bkd_iter< D > >.

Public Member Functions

void next ()
 Go to the next element.
 
 face_bkd_iter ()
 Construction and assignment.
 
void start ()
 Manipulation.
 

Detailed Description

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

Backward iterator on all the faces of an mln::complex<D>.

Template Parameters
DThe dimension of the complex this iterator belongs to.

Definition at line 112 of file face_iter.hh.

Constructor & Destructor Documentation

template<unsigned D>
face_bkd_iter< D >::face_bkd_iter ( )
inline

Construction and assignment.

Definition at line 207 of file face_iter.hh.

Member Function Documentation

void mln::Iterator< 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.
template<unsigned D>
void face_bkd_iter< D >::start ( )
inline

Manipulation.

Start an iteration.

Definition at line 224 of file face_iter.hh.