$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_set_iterator_base< F, E > Class Template Reference

#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 facesubject () 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

Detailed Description

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

Definition at line 60 of file complex_set_iterator_base.hh.

Constructor & Destructor Documentation

template<typename F, typename E>
mln::topo::internal::complex_set_iterator_base< F, E >::complex_set_iterator_base ( )

Construction and assignment.

template<typename F, typename E>
mln::topo::internal::complex_set_iterator_base< F, E >::complex_set_iterator_base ( const complex_type c)

Member Function Documentation

template<typename F, typename E>
void mln::topo::internal::complex_set_iterator_base< F, E >::invalidate ( )

Invalidate the iterator.

template<typename F, typename E>
bool mln::topo::internal::complex_set_iterator_base< F, E >::is_valid ( ) const

Test if the iterator is valid.

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
inherited

Implicit conversion (conversion operator).

template<typename F, typename E>
void mln::topo::internal::complex_set_iterator_base< F, E >::set_cplx ( const complex_type c)

Manipulation.

Change the target complex.

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

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_
protectedinherited

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

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
inherited

The type of the iterated faces.

Definition at line 88 of file complex_iterator_base.hh.

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