Public Types | Public Member Functions

mln::mixed_neighb< W > Class Template Reference

Adapter class from window to neighborhood. More...

#include <mixed_neighb.hh>

Inherits neighb_base< W, mixed_neighb< W > >, and mlc_is_aW.

List of all members.

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.

Detailed Description

template<typename W>
class mln::mixed_neighb< W >

Adapter class from window to neighborhood.

Definition at line 79 of file mixed_neighb.hh.


Member Typedef Documentation

template<typename W>
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.

template<typename W>
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.

template<typename W>
typedef fwd_niter mln::mixed_neighb< W >::niter

Site iterator associated type.

Definition at line 94 of file mixed_neighb.hh.


Constructor & Destructor Documentation

template<typename W >
mln::mixed_neighb< W >::mixed_neighb (  )  [inline]

Constructor without argument.

Definition at line 158 of file mixed_neighb.hh.

template<typename W >
mln::mixed_neighb< W >::mixed_neighb ( const W &  win  )  [inline]

Constructor from a window win.

Definition at line 164 of file mixed_neighb.hh.