$extrastylesheet
#include <mln/core/site_set/p_array.hh>
Public Member Functions | |
p_indexed_bkd_piter () | |
p_indexed_bkd_piter (const S &s) | |
void | change_target (const S &s) |
void | change_target_ (const S &s) |
int | index () const |
void | invalidate () |
void | invalidate_ () |
bool | is_valid () const |
bool | is_valid_ () const |
void | next () |
void | next_ () |
const S::psite & | p_hook_ () const |
const S & | site_set () const |
void | start () |
void | start_ () |
const S::psite & | subj_ () |
const S *& | target_ () |
const S::site & | to_site () const |
Protected Attributes | |
S::psite | p_ |
const S * | s_ |
Public Types | |
typedef Site_Proxy< void > | category |
typedef p_indexed_bkd_piter< S > | exact_t |
typedef S | pset |
typedef S::site | site |
typedef S | target |
Backward iterator on sites of an indexed site set.
Definition at line 291 of file p_array.hh.
mln::p_indexed_bkd_piter< S >::p_indexed_bkd_piter | ( | ) |
Constructor with no argument.
mln::p_indexed_bkd_piter< S >::p_indexed_bkd_piter | ( | const S & | s | ) |
Constructor.
|
inherited |
Change the site set targeted by this iterator.
|
inherited |
Part of the change_target specific to the exact iterator type, empty by default (to be overloaded).
int mln::p_indexed_bkd_piter< S >::index | ( | ) | const |
Return the current index.
|
inherited |
void mln::p_indexed_bkd_piter< S >::invalidate_ | ( | ) |
Invalidate the iterator.
|
inherited |
bool mln::p_indexed_bkd_piter< S >::is_valid_ | ( | ) | const |
INTERNAL_API Test if the iterator is valid.
|
inherited |
Go to the next element.
void mln::p_indexed_bkd_piter< S >::next_ | ( | ) |
Go to the next point.
|
inherited |
INTERNAL_API Hook to the current location.
|
inherited |
Give the site set that this iterator browses.
|
inherited |
void mln::p_indexed_bkd_piter< S >::start_ | ( | ) |
Start an iteration.
|
inherited |
INTERNAL_API Give the subject (required by the Proxy interface).
|
inherited |
Give the target address. It might be 0.
|
inherited |
Return the site it points to (as a Site_Proxy).
|
protectedinherited |
The psite designated by this iterator.
Definition at line 80 of file site_set_iterator_base.hh.
|
protectedinherited |
The target.
Definition at line 91 of file site_iterator_base.hh.
|
inherited |
Definition at line 68 of file site_proxy.hh.
|
inherited |
|
inherited |
The associated site set type.
Definition at line 60 of file site_set_iterator_base.hh.
|
inherited |
The associated site type (as a Site_Proxy).
Definition at line 64 of file site_iterator_base.hh.
|
inherited |
The associated target type.
Definition at line 61 of file site_iterator_base.hh.