Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::box_runend_piter< P > Class Template Reference

A generic backward iterator on points by lines. More...

#include <box_runend_piter.hh>

Inherits mln::internal::site_set_iterator_base< box< P >, box_runend_piter< P > >.

Public Member Functions

void next ()
 Go to the next element.
 
unsigned run_length () const
 Give the lenght of the run.
 

Detailed Description

template<typename P>
class mln::box_runend_piter< P >

A generic backward iterator on points by lines.

The parameter P is the type of points.

Definition at line 49 of file box_runend_piter.hh.

Member Function Documentation

void mln::Site_Iterator< box_runend_piter< P > >::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 P >
unsigned mln::box_runend_piter< P >::run_length ( ) const
inline

Give the lenght of the run.

Definition at line 167 of file box_runend_piter.hh.