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

A generic backward iterator on points of windows and of neighborhoods. More...

#include <dpsites_piter.hh>

Inherits mln::internal::site_relative_iterator_base< V, dpsites_bkd_piter< V > >.

Public Member Functions

template<typename P >
 dpsites_bkd_piter (const V &v, const P &c)
 Constructor.
 
 dpsites_bkd_piter ()
 Constructor without argument.
 
void next ()
 Go to the next element.
 

Detailed Description

template<typename V>
class mln::dpsites_bkd_piter< V >

A generic backward iterator on points of windows and of neighborhoods.

The parameter V is the type of std::vector enclosing structure.

Definition at line 94 of file dpsites_piter.hh.

Constructor & Destructor Documentation

template<typename V >
template<typename P >
mln::dpsites_bkd_piter< V >::dpsites_bkd_piter ( const V &  v,
const P &  c 
)
inline

Constructor.

Parameters
[in]vObject that can provide an array of delta-points.
[in]cCenter point to iterate around.

Definition at line 217 of file dpsites_piter.hh.

template<typename V >
mln::dpsites_bkd_piter< V >::dpsites_bkd_piter ( )
inline

Constructor without argument.

Definition at line 210 of file dpsites_piter.hh.

Member Function Documentation

void mln::Site_Iterator< dpsites_bkd_piter< V > >::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.