#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 | |
| void | change_window (const W &new_win) |
| Change the corresponding window. | |
| neighb (const W &win) | |
Constructor from a window win. | |
| neighb () | |
| Constructor without argument. | |
| const W & | win () const |
| Get the corresponding window. | |
| 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] |
| void mln::neighb< W >::change_window | ( | const W & | new_win | ) | [inline] |
| const W & mln::neighb< W >::win | ( | ) | const [inline] |
Get the corresponding window.
1.5.9