$extrastylesheet
#include <mln/topo/attic/faces_iter.hh>
Public Member Functions | |
void | next () |
faces_fwd_iter_ () | |
faces_fwd_iter_ (complex< D > &c) | |
void | start () |
void | next_ () |
void | set_cplx (const complex_type &c) |
bool | is_valid () const |
void | invalidate () |
const face & | subject () const |
operator const n_face< N, D > & () const |
Protected Attributes | |
face | f_ |
Public Types | |
typedef Object< void > | category |
typedef n_face< N, D > ::complex_type | complex_type |
typedef faces_fwd_iter_< N, D > | exact_t |
typedef n_face< N, D > | face |
typedef n_face< N, D > | face_type |
Definition at line 55 of file faces_iter.hh.
mln::topo::faces_fwd_iter_< N, D >::faces_fwd_iter_ | ( | ) |
Construction and assignment.
mln::topo::faces_fwd_iter_< N, D >::faces_fwd_iter_ | ( | complex< D > & | c | ) |
|
inherited |
Invalidate the iterator.
|
inherited |
Test if the iterator is valid.
|
inherited |
Go to the next element.
void mln::topo::faces_fwd_iter_< N, D >::next_ | ( | ) |
Go to the next point.
|
inherited |
Implicit conversion (conversion operator).
|
inherited |
Manipulation.
Change the target complex.
void mln::topo::faces_fwd_iter_< N, D >::start | ( | ) |
Manipulation.
Test if the iterator is valid.
|
inherited |
Conversion.
Return a reference to the corresponding face handle.
Explicit conversion (accessor).
|
protectedinherited |
The face handle this iterator is pointing to.
Definition at line 102 of file complex_iterator_base.hh.
|
inherited |
|
inherited |
Definition at line 69 of file complex_set_iterator_base.hh.
|
inherited |
typedef n_face<N, D> mln::topo::faces_fwd_iter_< N, D >::face |
Type of associated face.
Definition at line 61 of file faces_iter.hh.
|
inherited |
The type of the iterated faces.
Definition at line 66 of file complex_set_iterator_base.hh.