$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::topo::internal::complex_iterator_base< F, E > Class Template Reference

#include <mln/topo/internal/complex_iterator_base.hh>

Public Member Functions

void next ()
const facesubject () const
 operator const F & () const

Protected Attributes

face f_

Public Types

typedef Object< void > category
typedef E exact_t
typedef F face

Detailed Description

template<typename F, typename E>
class mln::topo::internal::complex_iterator_base< F, E >

Definition at line 82 of file complex_iterator_base.hh.

Member Function Documentation

template<typename E>
void mln::Iterator< E >::next ( )
inherited

Go to the next element.

Warning
This is a final method; iterator classes should not re-defined this method. The actual "next" operation has to be defined through the next_ method.
Precondition
The iterator is valid.
template<typename F, typename E>
mln::topo::internal::complex_iterator_base< F, E >::operator const F & ( ) const

Implicit conversion (conversion operator).

template<typename F, typename E>
const face& mln::topo::internal::complex_iterator_base< F, E >::subject ( ) const

Conversion.

Return a reference to the corresponding face handle.

Explicit conversion (accessor).

Member Data Documentation

template<typename F, typename E>
face mln::topo::internal::complex_iterator_base< F, E >::f_
protected

The face handle this iterator is pointing to.

Definition at line 102 of file complex_iterator_base.hh.

Member Typedef Documentation

template<typename E>
typedef Object<void> mln::Object< E >::category
inherited

Definition at line 106 of file object.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.

template<typename F, typename E>
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.