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

#include <mln/topo/adj_lower_higher_face_iter.hh>

Public Member Functions

void next ()
 adj_lower_higher_face_bkd_iter ()
template<typename Fref >
 adj_lower_higher_face_bkd_iter (const Fref &f_ref)
void center_at (const center_type &c)
bool is_valid () const
void invalidate ()
void start ()
void next_ ()
 operator typename const_face_type_< adj_higher_face_bkd_iter< D > >::ret () const

Protected Member Functions

void update_ ()

Protected Attributes

face_type f_

Public Types

typedef Object< void > category
typedef
adj_higher_face_bkd_iter< D >
::center_type 
center_type
typedef
adj_lower_higher_face_bkd_iter
< D > 
exact_t
typedef
adj_higher_face_bkd_iter< D >
::face_type 
face_type

Detailed Description

template<unsigned D>
class mln::topo::adj_lower_higher_face_bkd_iter< D >

Definition at line 109 of file adj_lower_higher_face_iter.hh.

Constructor & Destructor Documentation

Construction.

template<unsigned D>
template<typename Fref >
mln::topo::adj_lower_higher_face_bkd_iter< D >::adj_lower_higher_face_bkd_iter ( const Fref &  f_ref)

Member Function Documentation

Manipulation.

Change the center face.

void mln::Iterator< adj_lower_higher_face_bkd_iter< D > >::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.

Conversion.

Return a reference to the corresponding face handle.

Update the target face.

Member Data Documentation

The face handle this iterator is pointing to.

Definition at line 124 of file complex_relative_iterator_sequence.hh.

Member Typedef Documentation

typedef Object<void> mln::Object< adj_lower_higher_face_bkd_iter< D > >::category
inherited

Definition at line 106 of file object.hh.

Definition at line 105 of file object.hh.