Forward iterator on all the N-faces
of a mln::complex<D>.
More...
#include <static_n_face_iter.hh>
Public Types | |
typedef Object< void > | category |
typedef topo::face< D > ::complex_type | complex_type |
typedef static_n_face_fwd_iter < N, 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. | |
static_n_face_fwd_iter () | |
Construction and assignment. | |
static_n_face_fwd_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 static_n_face_fwd_iter < N, D > | self_ |
typedef internal::complex_set_iterator_base < topo::face< D >, self_ > | super_ |
Forward iterator on all the N-faces
of a mln::complex<D>.
N | The dimension of the face associated to this iterator. | |
D | The dimension of the complex this iterator belongs to. |
typedef Object<void> mln::Object< static_n_face_fwd_iter< N, D > >::category [inherited] |
typedef topo::face< D > ::complex_type mln::topo::internal::complex_set_iterator_base< topo::face< D > , static_n_face_fwd_iter< N, D > >::complex_type [inherited] |
typedef static_n_face_fwd_iter< N, D > mln::Object< static_n_face_fwd_iter< N, D > >::exact_t [inherited] |
typedef topo::face< D > mln::topo::internal::complex_iterator_base< topo::face< D > , static_n_face_fwd_iter< N, D > >::face [inherited] |
The type of the iterated faces.
typedef topo::face< D > mln::topo::internal::complex_set_iterator_base< topo::face< D > , static_n_face_fwd_iter< N, D > >::face_type [inherited] |
The type of the iterated faces.
typedef static_n_face_fwd_iter<N, D> mln::topo::static_n_face_fwd_iter< N, D >::self_ [private] |
typedef internal::complex_set_iterator_base< topo::face<D>, self_ > mln::topo::static_n_face_fwd_iter< N, D >::super_ [private] |
mln::topo::static_n_face_fwd_iter< N, D >::static_n_face_fwd_iter | ( | ) | [inline] |
mln::topo::static_n_face_fwd_iter< N, D >::static_n_face_fwd_iter | ( | complex< D > & | c | ) | [inline] |
void mln::topo::internal::complex_set_iterator_base< topo::face< D > , static_n_face_fwd_iter< N, D > >::invalidate | ( | ) | [inherited] |
Invalidate the iterator.
Referenced by mln::topo::static_n_face_fwd_iter< N, D >::next_().
bool mln::topo::internal::complex_set_iterator_base< topo::face< D > , static_n_face_fwd_iter< N, D > >::is_valid | ( | ) | const [inherited] |
Test if the iterator is valid.
Referenced by mln::topo::static_n_face_fwd_iter< N, D >::next_(), and mln::topo::static_n_face_fwd_iter< N, D >::static_n_face_fwd_iter().
void mln::Iterator< static_n_face_fwd_iter< N, D > >::next | ( | ) | [inherited] |
Go to the next element.
void mln::topo::static_n_face_fwd_iter< N, D >::next_ | ( | ) | [inline] |
Go to the next point.
References mln::topo::face< D >::cplx(), mln::topo::internal::complex_iterator_base< topo::face< D >, static_n_face_fwd_iter< N, D > >::f_, mln::topo::face< D >::face_id(), mln::topo::face< D >::inc_face_id(), mln::topo::internal::complex_set_iterator_base< topo::face< D >, static_n_face_fwd_iter< N, D > >::invalidate(), and mln::topo::internal::complex_set_iterator_base< topo::face< D >, static_n_face_fwd_iter< N, D > >::is_valid().
mln::topo::internal::complex_iterator_base< topo::face< D > , static_n_face_fwd_iter< N, D > >::operator const topo::face< D > & | ( | ) | const [inherited] |
Implicit conversion (conversion operator).
void mln::topo::internal::complex_set_iterator_base< topo::face< D > , static_n_face_fwd_iter< N, D > >::set_cplx | ( | complex_type & | c | ) | [inherited] |
Manipulation.
Change the target complex.
void mln::topo::static_n_face_fwd_iter< N, D >::start | ( | ) | [inline] |
Manipulation.
Test if the iterator is valid.
References mln::topo::internal::complex_iterator_base< topo::face< D >, static_n_face_fwd_iter< N, D > >::f_, and mln::topo::face< D >::set_face_id().
const face& mln::topo::internal::complex_iterator_base< topo::face< D > , static_n_face_fwd_iter< N, 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 > , static_n_face_fwd_iter< N, D > >::f_ [protected, inherited] |
The face handle this iterator is pointing to.
Referenced by mln::topo::static_n_face_fwd_iter< N, D >::next_(), mln::topo::static_n_face_fwd_iter< N, D >::start(), and mln::topo::static_n_face_fwd_iter< N, D >::static_n_face_fwd_iter().