Adapter class from window to neighborhood. More...
#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 () | |
| Constructor without argument.   | |
| neighb (const W &win) | |
Constructor from a window win.   | |
Adapter class from window to neighborhood.
Definition at line 76 of file mln/core/neighb.hh.
| typedef neighb_bkd_niter<W> mln::neighb< W >::bkd_niter | 
Backward site iterator associated type.
Definition at line 87 of file mln/core/neighb.hh.
| typedef neighb_fwd_niter<W> mln::neighb< W >::fwd_niter | 
Forward site iterator associated type.
Definition at line 84 of file mln/core/neighb.hh.
| typedef fwd_niter mln::neighb< W >::niter | 
Site iterator associated type.
Definition at line 90 of file mln/core/neighb.hh.
| mln::neighb< W >::neighb | ( | ) |  [inline] | 
        
Constructor without argument.
Definition at line 150 of file mln/core/neighb.hh.
| mln::neighb< W >::neighb | ( | const W & | win | ) |  [inline] | 
        
Constructor from a window win. 
Definition at line 156 of file mln/core/neighb.hh.
 1.7.1