Forward iterator on complex neighborhood. More...
#include <complex_neighborhood_piter.hh>
Inherits site_relative_iterator_base< N, complex_neighborhood_fwd_piter< I, G, N > >.
Public Types | |
typedef N::complex_fwd_iter | iter_type |
The type of the underlying complex iterator. | |
typedef N::psite | psite |
The Pseudo_Site type. | |
Public Member Functions | |
void | next () |
Go to the next element. | |
complex_neighborhood_fwd_piter () | |
Construction. | |
const iter_type & | iter () const |
Accessors. |
Forward iterator on complex neighborhood.
Definition at line 53 of file complex_neighborhood_piter.hh.
typedef N::complex_fwd_iter mln::complex_neighborhood_fwd_piter< I, G, N >::iter_type |
The type of the underlying complex iterator.
Definition at line 64 of file complex_neighborhood_piter.hh.
typedef N ::psite mln::complex_neighborhood_fwd_piter< I, G, N >::psite |
The Pseudo_Site type.
Definition at line 62 of file complex_neighborhood_piter.hh.
mln::complex_neighborhood_fwd_piter< I, G, N >::complex_neighborhood_fwd_piter | ( | ) | [inline] |
Construction.
Definition at line 198 of file complex_neighborhood_piter.hh.
const N::complex_fwd_iter & mln::complex_neighborhood_fwd_piter< I, G, N >::iter | ( | ) | const [inline] |
Accessors.
Definition at line 275 of file complex_neighborhood_piter.hh.
void mln::Site_Iterator< complex_neighborhood_fwd_piter< I, G, N > >::next | ( | ) | [inherited] |
Go to the next element.