mln::neighb< W > Class Template Reference
Adapter class from
window to neighborhood.
More...
#include <neighb.hh>
List of all members.
|
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.
|
Detailed Description
template<typename W>
class mln::neighb< W >
Adapter class from
window to neighborhood.
Definition at line 76 of file mln/core/neighb.hh.
Member Typedef Documentation
Constructor & Destructor Documentation