$extrastylesheet
#include <mln/core/site_set/attic/p_complex_faces_piter.hh>
Public Member Functions | |
void | change_target (const p_complex< D, P > &s) |
void | invalidate () |
bool | is_valid () const |
void | next () |
const p_complex< D, P >::psite & | p_hook_ () const |
const p_complex< D, P > & | site_set () const |
void | start () |
const p_complex< D, P >::psite & | subj_ () |
const p_complex< D, P > *& | target_ () |
const p_complex< D, P >::site & | to_site () const |
p_complex_faces_fwd_piter_ () | |
p_complex_faces_fwd_piter_ (const p_complex< D, P > &pc) | |
bool | is_valid_ () const |
void | invalidate_ () |
void | start_ () |
void | next_ () |
void | change_target_ (const p_complex< D, P > &pc) |
Protected Attributes | |
iter | iter_ |
p_complex< D, P >::psite | p_ |
const p_complex< D, P > * | s_ |
Public Types | |
typedef Site_Proxy< void > | category |
typedef p_complex_faces_fwd_piter_< N, D, P > | exact_t |
typedef p_complex< D, P > | pset |
typedef p_complex< D, P >::site | site |
typedef p_complex< D, P > | target |
Definition at line 65 of file p_complex_faces_piter.hh.
mln::p_complex_faces_fwd_piter_< N, D, P >::p_complex_faces_fwd_piter_ | ( | ) |
Construction and assignment.
mln::p_complex_faces_fwd_piter_< N, D, P >::p_complex_faces_fwd_piter_ | ( | const p_complex< D, P > & | pc | ) |
|
inherited |
Change the site set targeted by this iterator.
|
inherited |
Change the target of the underlying complex iterator.
Reimplemented from mln::internal::site_set_iterator_base< p_complex< D, P >, p_complex_faces_fwd_piter_< N, D, P > >.
|
inherited |
|
inherited |
Invalidate the iterator.
|
inherited |
|
inherited |
Manipulation.
INTERNAL_API Test if the iterator is valid.
|
inherited |
Go to the next element.
|
inherited |
Go to the next point.
|
inherited |
INTERNAL_API Hook to the current location.
|
inherited |
Give the site set that this iterator browses.
|
inherited |
|
inherited |
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 underlying complex iterator.
Definition at line 103 of file p_complex_piter_base.hh.
|
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.