Milena (Olena)
User documentation 2.0a Id
|
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. | |
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.
|
inline |
Constructor.
[in] | v | Object that can provide an array of delta-points. |
[in] | c | Center point to iterate around. |
Definition at line 217 of file dpsites_piter.hh.
|
inline |
Constructor without argument.
Definition at line 210 of file dpsites_piter.hh.
|
inherited |
Go to the next element.