$extrastylesheet
#include <mln/topo/centered_iter_adapter.hh>
Public Member Functions | |
void | next () |
centered_bkd_iter_adapter () | |
template<typename Fref > | |
centered_bkd_iter_adapter (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_< I >::ret () const |
Protected Member Functions | |
void | update_ () |
Protected Attributes | |
face_type | f_ |
Public Types | |
typedef Object< void > | category |
typedef I::center_type | center_type |
typedef centered_bkd_iter_adapter< D, I > | exact_t |
typedef I::face_type | face_type |
Definition at line 98 of file centered_iter_adapter.hh.
mln::topo::centered_bkd_iter_adapter< D, I >::centered_bkd_iter_adapter | ( | ) |
Construction.
mln::topo::centered_bkd_iter_adapter< D, I >::centered_bkd_iter_adapter | ( | 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.