Adapter class from window to neighborhood. More...
#include <mixed_neighb.hh>
Inherits neighb_base< W, 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 () | |
| Constructor without argument.   | |
| mixed_neighb (const W &win) | |
Constructor from a window win.   | |
Adapter class from window to neighborhood.
Definition at line 79 of file mixed_neighb.hh.
| typedef mixed_neighb_bkd_niter<W> mln::mixed_neighb< W >::bkd_niter | 
Backward site iterator associated type.
Definition at line 91 of file mixed_neighb.hh.
| typedef mixed_neighb_fwd_niter<W> mln::mixed_neighb< W >::fwd_niter | 
Forward site iterator associated type.
Definition at line 88 of file mixed_neighb.hh.
| typedef fwd_niter mln::mixed_neighb< W >::niter | 
Site iterator associated type.
Definition at line 94 of file mixed_neighb.hh.
| mln::mixed_neighb< W >::mixed_neighb | ( | ) |  [inline] | 
        
Constructor without argument.
Definition at line 158 of file mixed_neighb.hh.
| mln::mixed_neighb< W >::mixed_neighb | ( | const W & | win | ) |  [inline] | 
        
Constructor from a window win. 
Definition at line 164 of file mixed_neighb.hh.
 1.7.1