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

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

Public Member Functions

void next ()
 complex_relative_iterator_base ()
template<typename Fref >
 complex_relative_iterator_base (const Fref &f_ref)
void center_at (const center_type &c)
void start ()
void next_ ()
const facesubject () const
 operator const F & () const

Protected Attributes

adj_faces_t adj_faces_
const center_typec_
face f_

Public Types

typedef Object< void > category
typedef C center_type
typedef E exact_t
typedef F face
typedef F face_type

Protected Types

typedef std::vector< face_typeadj_faces_t

Detailed Description

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

Definition at line 88 of file complex_relative_iterator_base.hh.

Constructor & Destructor Documentation

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

Construction.

template<typename C, typename F, typename E>
template<typename Fref >
mln::topo::internal::complex_relative_iterator_base< C, F, E >::complex_relative_iterator_base ( const Fref &  f_ref)

Member Function Documentation

template<typename C, typename F, typename E>
void mln::topo::internal::complex_relative_iterator_base< C, F, E >::center_at ( const center_type c)

Manipulation.

Change the center face.

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 C, typename F, typename E>
void mln::topo::internal::complex_relative_iterator_base< C, F, E >::next_ ( )

Go to the next point.

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

Implicit conversion (conversion operator).

template<typename C, typename F, typename E>
void mln::topo::internal::complex_relative_iterator_base< C, F, E >::start ( )

Start an iteration.

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 C, typename F, typename E>
adj_faces_t mln::topo::internal::complex_relative_iterator_base< C, F, E >::adj_faces_
protected

The set of faces adjacent to the reference face.

Definition at line 125 of file complex_relative_iterator_base.hh.

template<typename C, typename F, typename E>
const center_type* mln::topo::internal::complex_relative_iterator_base< C, F, E >::c_
protected

A pointer to the center face around which this iterator moves.

Definition at line 120 of file complex_relative_iterator_base.hh.

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 C, typename F, typename E>
typedef std::vector<face_type> mln::topo::internal::complex_relative_iterator_base< C, F, E >::adj_faces_t
protected

Definition at line 123 of file complex_relative_iterator_base.hh.

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

Definition at line 106 of file object.hh.

template<typename C, typename F, typename E>
typedef C mln::topo::internal::complex_relative_iterator_base< C, F, E >::center_type

The type of the center face.

Definition at line 95 of file complex_relative_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 C, typename F, typename E>
typedef F mln::topo::internal::complex_relative_iterator_base< C, F, E >::face_type

The type of the iterated faces.

Definition at line 97 of file complex_relative_iterator_base.hh.