#include <neighb.hh>
Public Types | |
typedef neighb_bkd_niter< W > | bkd_niter |
Backward site iterator associated type. | |
typedef neighb_fwd_niter< W > | fwd_niter |
Forward site iterator associated type. | |
typedef fwd_niter | niter |
Site iterator associated type. | |
Public Member Functions | |
neighb (const W &win) | |
Constructor from a window win . | |
neighb () | |
Constructor without argument. |
typedef neighb_bkd_niter<W> mln::neighb< W >::bkd_niter |
Backward site iterator associated type.
typedef neighb_fwd_niter<W> mln::neighb< W >::fwd_niter |
Forward site iterator associated type.
typedef fwd_niter mln::neighb< W >::niter |
Site iterator associated type.
mln::neighb< W >::neighb | ( | ) | [inline] |
Constructor without argument.
mln::neighb< W >::neighb | ( | const W & | win | ) | [inline] |