$extrastylesheet
#include <mln/core/internal/p_complex_piter_base.hh>
Public Member Functions | |
| void | change_target (const S &s) |
| void | invalidate () |
| bool | is_valid () const |
| void | next () |
| const S::psite & | p_hook_ () const |
| const S & | site_set () const |
| void | start () |
| const S::psite & | subj_ () |
| const S *& | target_ () |
| const S::site & | to_site () const |
| p_complex_piter_base_ () | |
| p_complex_piter_base_ (const S &pc) | |
Protected Attributes | |
| iter | iter_ |
| S::psite | p_ |
| const S * | s_ |
Public Types | |
| typedef Site_Proxy< void > | category |
| typedef E | exact_t |
| typedef S | pset |
| typedef S::site | site |
| typedef S | target |
| bool | is_valid_ () const |
| void | invalidate_ () |
| void | start_ () |
| void | next_ () |
| void | change_target_ (const S &pc) |
Factoring class for iterators on mln::p_complex.
| I | The type of the underlying complex iterator. |
| S | The associated site set type. |
| P | The associated site type. |
| E | The type exact type of the iterator. |
Definition at line 60 of file p_complex_piter_base.hh.
| mln::internal::p_complex_piter_base_< I, S, P, E >::p_complex_piter_base_ | ( | ) |
Construction and assignment.
| mln::internal::p_complex_piter_base_< I, S, P, E >::p_complex_piter_base_ | ( | const S & | pc | ) |
|
inherited |
Change the site set targeted by this iterator.
Reimplemented in mln::p_double_piter< S, I1, I2 >.
| void mln::internal::p_complex_piter_base_< I, S, P, E >::change_target_ | ( | const S & | pc | ) |
Change the target of the underlying complex iterator.
Reimplemented from mln::internal::site_set_iterator_base< S, E >.
|
inherited |
| void mln::internal::p_complex_piter_base_< I, S, P, E >::invalidate_ | ( | ) |
Invalidate the iterator.
|
inherited |
| bool mln::internal::p_complex_piter_base_< I, S, P, E >::is_valid_ | ( | ) | const |
Manipulation.
INTERNAL_API Test if the iterator is valid.
|
inherited |
Go to the next element.
| void mln::internal::p_complex_piter_base_< I, S, P, E >::next_ | ( | ) |
Go to the next point.
|
inherited |
INTERNAL_API Hook to the current location.
|
inherited |
Give the site set that this iterator browses.
|
inherited |
Reimplemented in mln::hexa_fwd_piter_< S >.
| void mln::internal::p_complex_piter_base_< I, S, P, E >::start_ | ( | ) |
Start an iteration.
|
inherited |
INTERNAL_API Give the subject (required by the Proxy interface).
Reimplemented in mln::internal::site_relative_iterator_base< S, E, C >, mln::internal::site_relative_iterator_base< mixed_neighb< W >, neighb_bkd_niter< W >, mixed_neighb< W >::psite >, mln::internal::site_relative_iterator_base< W, graph_window_piter< S, W, I >, W::center_t >, mln::internal::site_relative_iterator_base< neighb< W >, neighb_bkd_niter< W >, neighb< W >::psite >, mln::internal::site_relative_iterator_base< multiple< W, F >, multiple_qiter< W, F > >, mln::internal::site_relative_iterator_base< V, dpsites_bkd_piter< V > >, mln::internal::site_relative_iterator_base< neighb< W >, neighb_fwd_niter< W >, neighb< W >::psite >, mln::internal::site_relative_iterator_base< W, graph_window_if_piter< S, W, I > >, mln::internal::site_relative_iterator_base< mixed_neighb< W >, neighb_fwd_niter< W >, mixed_neighb< W >::psite >, mln::internal::site_relative_iterator_base< W, complex_window_fwd_piter< I, G, W > >, mln::internal::site_relative_iterator_base< W, complex_window_bkd_piter< I, G, W > >, mln::internal::site_relative_iterator_base< N, E, N::psite >, mln::internal::site_relative_iterator_base< multiple_size< n, W, F >, multiple_size_qiter< n, W, F > >, mln::internal::site_relative_iterator_base< N, complex_neighborhood_bkd_piter< I, G, N > >, mln::internal::site_relative_iterator_base< N, complex_neighborhood_fwd_piter< I, G, N > >, and mln::internal::site_relative_iterator_base< V, dpsites_fwd_piter< V > >.
|
inherited |
Give the target address. It might be 0.
|
inherited |
Return the site it points to (as a Site_Proxy).
|
protected |
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.