Backward iterator on all the faces of an mln::complex<D>. More...
#include <face_iter.hh>
Public Types | |
typedef Object< void > | category |
typedef topo::face< D > ::complex_type | complex_type |
typedef face_bkd_iter< D > | exact_t |
typedef topo::face< D > | face |
The type of the iterated faces. | |
typedef topo::face< D > | face_type |
The type of the iterated faces. | |
Public Member Functions | |
void | next () |
Go to the next element. | |
face_bkd_iter () | |
Construction and assignment. | |
face_bkd_iter (complex< D > &c) | |
void | start () |
Manipulation. | |
void | next_ () |
Go to the next point. | |
void | set_cplx (complex_type &c) |
Manipulation. | |
bool | is_valid () const |
Test if the iterator is valid. | |
void | invalidate () |
Invalidate the iterator. | |
const face & | subject () const |
Conversion. | |
operator const topo::face< D > & () const | |
Implicit conversion (conversion operator). | |
Protected Attributes | |
face | f_ |
The face handle this iterator is pointing to. | |
Private Types | |
typedef face_bkd_iter< D > | self_ |
typedef internal::complex_set_iterator_base < topo::face< D >, self_ > | super_ |
Backward iterator on all the faces of an mln::complex<D>.
D | The dimension of the complex this iterator belongs to. |
typedef Object<void> mln::Object< face_bkd_iter< D > >::category [inherited] |
typedef topo::face< D > ::complex_type mln::topo::internal::complex_set_iterator_base< topo::face< D > , face_bkd_iter< D > >::complex_type [inherited] |
typedef face_bkd_iter< D > mln::Object< face_bkd_iter< D > >::exact_t [inherited] |
typedef topo::face< D > mln::topo::internal::complex_iterator_base< topo::face< D > , face_bkd_iter< D > >::face [inherited] |
The type of the iterated faces.
typedef topo::face< D > mln::topo::internal::complex_set_iterator_base< topo::face< D > , face_bkd_iter< D > >::face_type [inherited] |
The type of the iterated faces.
typedef face_bkd_iter<D> mln::topo::face_bkd_iter< D >::self_ [private] |
typedef internal::complex_set_iterator_base< topo::face<D>, self_ > mln::topo::face_bkd_iter< D >::super_ [private] |
mln::topo::face_bkd_iter< D >::face_bkd_iter | ( | ) | [inline] |
Construction and assignment.
mln::topo::face_bkd_iter< D >::face_bkd_iter | ( | complex< D > & | c | ) | [inline] |
void mln::topo::internal::complex_set_iterator_base< topo::face< D > , face_bkd_iter< D > >::invalidate | ( | ) | [inherited] |
Invalidate the iterator.
Referenced by mln::topo::face_bkd_iter< D >::next_().
bool mln::topo::internal::complex_set_iterator_base< topo::face< D > , face_bkd_iter< D > >::is_valid | ( | ) | const [inherited] |
Test if the iterator is valid.
Referenced by mln::topo::face_bkd_iter< D >::face_bkd_iter(), and mln::topo::face_bkd_iter< D >::next_().
void mln::Iterator< face_bkd_iter< D > >::next | ( | ) | [inherited] |
Go to the next element.
void mln::topo::face_bkd_iter< D >::next_ | ( | ) | [inline] |
Go to the next point.
References mln::topo::face< D >::cplx(), mln::topo::face< D >::dec_face_id(), mln::topo::face< D >::dec_n(), mln::topo::internal::complex_iterator_base< topo::face< D >, face_bkd_iter< D > >::f_, mln::topo::face< D >::face_id(), mln::topo::internal::complex_set_iterator_base< topo::face< D >, face_bkd_iter< D > >::invalidate(), mln::topo::internal::complex_set_iterator_base< topo::face< D >, face_bkd_iter< D > >::is_valid(), mln::topo::face< D >::n(), and mln::topo::face< D >::set_face_id().
mln::topo::internal::complex_iterator_base< topo::face< D > , face_bkd_iter< D > >::operator const topo::face< D > & | ( | ) | const [inherited] |
Implicit conversion (conversion operator).
void mln::topo::internal::complex_set_iterator_base< topo::face< D > , face_bkd_iter< D > >::set_cplx | ( | complex_type & | c | ) | [inherited] |
Manipulation.
Change the target complex.
Referenced by mln::topo::face_bkd_iter< D >::face_bkd_iter().
void mln::topo::face_bkd_iter< D >::start | ( | ) | [inline] |
Manipulation.
Start an iteration.
References mln::topo::face< D >::cplx(), mln::topo::internal::complex_iterator_base< topo::face< D >, face_bkd_iter< D > >::f_, mln::topo::face< D >::set_face_id(), and mln::topo::face< D >::set_n().
const face& mln::topo::internal::complex_iterator_base< topo::face< D > , face_bkd_iter< D > >::subject | ( | ) | const [inherited] |
Conversion.
Return a reference to the corresponding face handle.
Explicit conversion (accessor).
face mln::topo::internal::complex_iterator_base< topo::face< D > , face_bkd_iter< D > >::f_ [protected, inherited] |
The face handle this iterator is pointing to.
Referenced by mln::topo::face_bkd_iter< D >::next_(), and mln::topo::face_bkd_iter< D >::start().