$extrastylesheet
#include <mln/topo/internal/complex_iterator_base.hh>
Public Member Functions | |
void | next () |
const face & | subject () const |
operator const F & () const |
Protected Attributes | |
face | f_ |
Public Types | |
typedef Object< void > | category |
typedef E | exact_t |
typedef F | face |
Definition at line 82 of file complex_iterator_base.hh.
|
inherited |
Go to the next element.
mln::topo::internal::complex_iterator_base< F, E >::operator const F & | ( | ) | const |
Implicit conversion (conversion operator).
const face& mln::topo::internal::complex_iterator_base< F, E >::subject | ( | ) | const |
Conversion.
Return a reference to the corresponding face handle.
Explicit conversion (accessor).
|
protected |
The face handle this iterator is pointing to.
Definition at line 102 of file complex_iterator_base.hh.
|
inherited |
|
inherited |
typedef F mln::topo::internal::complex_iterator_base< F, E >::face |
The type of the iterated faces.
Definition at line 88 of file complex_iterator_base.hh.