$extrastylesheet
#include <mln/topo/face_iter.hh>
Public Member Functions | |
void | next () |
face_fwd_iter () | |
face_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 topo::face< D > & () const |
Protected Attributes | |
face | f_ |
Public Types | |
typedef Object< void > | category |
typedef topo::face< D > ::complex_type | complex_type |
typedef face_fwd_iter< D > | exact_t |
typedef topo::face< D > | face |
typedef topo::face< D > | face_type |
Definition at line 72 of file face_iter.hh.
mln::topo::face_fwd_iter< D >::face_fwd_iter | ( | ) |
Construction and assignment.
mln::topo::face_fwd_iter< D >::face_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::face_fwd_iter< D >::next_ | ( | ) |
Go to the next point.
|
inherited |
Implicit conversion (conversion operator).
|
inherited |
Manipulation.
Change the target complex.
void mln::topo::face_fwd_iter< 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 |
|
inherited |
The type of the iterated faces.
Definition at line 88 of file complex_iterator_base.hh.
|
inherited |
The type of the iterated faces.
Definition at line 66 of file complex_set_iterator_base.hh.