$extrastylesheet
#include <mln/topo/adj_lower_higher_face_iter.hh>
Public Member Functions | |
void | next () |
adj_lower_higher_face_fwd_iter () | |
template<typename Fref > | |
adj_lower_higher_face_fwd_iter (const Fref &f_ref) | |
void | center_at (const center_type &c) |
bool | is_valid () const |
void | invalidate () |
void | start () |
void | next_ () |
operator typename const_face_type_< adj_lower_face_fwd_iter< D > >::ret () const |
Protected Member Functions | |
void | update_ () |
Protected Attributes | |
face_type | f_ |
Public Types | |
typedef Object< void > | category |
typedef adj_lower_face_fwd_iter< D > ::center_type | center_type |
typedef adj_lower_higher_face_fwd_iter < D > | exact_t |
typedef adj_lower_face_fwd_iter< D > ::face_type | face_type |
Definition at line 75 of file adj_lower_higher_face_iter.hh.
mln::topo::adj_lower_higher_face_fwd_iter< D >::adj_lower_higher_face_fwd_iter | ( | ) |
Construction.
mln::topo::adj_lower_higher_face_fwd_iter< D >::adj_lower_higher_face_fwd_iter | ( | const Fref & | f_ref | ) |
|
inherited |
Manipulation.
Change the center face.
|
inherited |
Invalidate the iterator.
|
inherited |
Test if the iterator is valid.
|
inherited |
Go to the next element.
|
inherited |
Go to the next point.
|
inherited |
Conversion.
Return a reference to the corresponding face handle.
|
inherited |
Start an iteration.
|
protectedinherited |
Update the target face.
|
protectedinherited |
The face handle this iterator is pointing to.
Definition at line 124 of file complex_relative_iterator_sequence.hh.
|
inherited |
inherited |
The type of the center face.
Definition at line 79 of file complex_relative_iterator_sequence.hh.
|
inherited |
|
inherited |
The type of the iterated faces.
Definition at line 81 of file complex_relative_iterator_sequence.hh.