Public Member Functions

mln::dpsites_fwd_piter< V > Class Template Reference

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

#include <dpsites_piter.hh>

Inherits site_relative_iterator_base< V, dpsites_fwd_piter< V > >.

List of all members.

Public Member Functions

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

Detailed Description

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

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

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

Definition at line 48 of file dpsites_piter.hh.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
[in] v Object that can provide an array of delta-points.
[in] c Center point to iterate around.

Definition at line 149 of file dpsites_piter.hh.

template<typename V >
mln::dpsites_fwd_piter< V >::dpsites_fwd_piter (  )  [inline]

Constructor without argument.

Definition at line 142 of file dpsites_piter.hh.


Member Function Documentation

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