Backward iterator on all the faces of an mln::complex<D>.
More...
#include <n_face_iter.hh>
Inherits mln::topo::internal::complex_set_iterator_base< topo::face< D >, n_face_bkd_iter< D > >.
|
void | next () |
| Go to the next element.
|
|
|
void | start () |
| Manipulation.
|
|
|
unsigned | n () const |
| Accessors.
|
|
template<unsigned D>
class mln::topo::n_face_bkd_iter< D >
Backward iterator on all the faces of an mln::complex<D>.
- Template Parameters
-
D | The dimension of the complex this iterator belongs to. |
Definition at line 127 of file n_face_iter.hh.
Accessors.
Shortcuts to face_'s accessors.
Definition at line 308 of file n_face_iter.hh.
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.