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

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

Public Member Functions

void next ()
 backward_complex_relative_iterator_base ()
template<typename Fref >
 backward_complex_relative_iterator_base (const Fref &f_ref)
bool is_valid () const
void invalidate ()
void do_start_ ()
void do_next_ ()
void update_f_ ()
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_
super_::adj_faces_t::const_reverse_iterator i_

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::backward_complex_relative_iterator_base< C, F, E >

Definition at line 198 of file complex_relative_iterator_base.hh.

Constructor & Destructor Documentation

Construction.

template<typename C, typename F, typename E>
template<typename Fref >
mln::topo::internal::backward_complex_relative_iterator_base< C, F, E >::backward_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)
inherited

Manipulation.

Change the center face.

template<typename C, typename F, typename E>
void mln::topo::internal::backward_complex_relative_iterator_base< C, F, E >::do_next_ ( )

Go to the next point.

template<typename C, typename F, typename E>
void mln::topo::internal::backward_complex_relative_iterator_base< C, F, E >::do_start_ ( )

Start an iteration.

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

Invalidate the iterator.

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

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

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 ( )
inherited

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).

template<typename C, typename F, typename E>
void mln::topo::internal::backward_complex_relative_iterator_base< C, F, E >::update_f_ ( )

Update the target face.

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

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

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.

template<typename C, typename F, typename E>
super_::adj_faces_t::const_reverse_iterator mln::topo::internal::backward_complex_relative_iterator_base< C, F, E >::i_
protected

An iterator on the set of adjacent edges.

Definition at line 234 of file complex_relative_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
protectedinherited

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
inherited

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::backward_complex_relative_iterator_base< C, F, E >::face_type

Definition at line 205 of file complex_relative_iterator_base.hh.