$extrastylesheet
#include <mln/topo/internal/complex_set_iterator_base.hh>
Public Member Functions | |
void | next () |
complex_set_iterator_base () | |
complex_set_iterator_base (const complex_type &c) | |
void | set_cplx (const complex_type &c) |
bool | is_valid () const |
void | invalidate () |
const face & | subject () const |
operator const F & () const |
Protected Attributes | |
face | f_ |
Public Types | |
typedef Object< void > | category |
typedef F::complex_type | complex_type |
typedef E | exact_t |
typedef F | face |
typedef F | face_type |
Definition at line 60 of file complex_set_iterator_base.hh.
mln::topo::internal::complex_set_iterator_base< F, E >::complex_set_iterator_base | ( | ) |
Construction and assignment.
mln::topo::internal::complex_set_iterator_base< F, E >::complex_set_iterator_base | ( | const complex_type & | c | ) |
void mln::topo::internal::complex_set_iterator_base< F, E >::invalidate | ( | ) |
Invalidate the iterator.
bool mln::topo::internal::complex_set_iterator_base< F, E >::is_valid | ( | ) | const |
Test if the iterator is valid.
|
inherited |
Go to the next element.
|
inherited |
Implicit conversion (conversion operator).
void mln::topo::internal::complex_set_iterator_base< F, E >::set_cplx | ( | const complex_type & | c | ) |
Manipulation.
Change the target complex.
|
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 |
typedef F::complex_type mln::topo::internal::complex_set_iterator_base< F, E >::complex_type |
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.
typedef F mln::topo::internal::complex_set_iterator_base< F, E >::face_type |
The type of the iterated faces.
Definition at line 66 of file complex_set_iterator_base.hh.