#include <mixed_neighb.hh>
Inherits mln::internal::neighb_base< W, mln::mixed_neighb< W > >, and mlc_is_aW.
Public Types | |
typedef mixed_neighb_bkd_niter< W > | bkd_niter |
Backward site iterator associated type. | |
typedef mixed_neighb_fwd_niter< W > | fwd_niter |
Forward site iterator associated type. | |
typedef fwd_niter | niter |
Site iterator associated type. | |
Public Member Functions | |
mixed_neighb (const W &win) | |
Constructor from a window win . | |
mixed_neighb () | |
Constructor without argument. |
typedef mixed_neighb_bkd_niter<W> mln::mixed_neighb< W >::bkd_niter |
Backward site iterator associated type.
typedef mixed_neighb_fwd_niter<W> mln::mixed_neighb< W >::fwd_niter |
Forward site iterator associated type.
typedef fwd_niter mln::mixed_neighb< W >::niter |
Site iterator associated type.
mln::mixed_neighb< W >::mixed_neighb | ( | ) | [inline] |
Constructor without argument.
mln::mixed_neighb< W >::mixed_neighb | ( | const W & | win | ) | [inline] |