$extrastylesheet
#include <mln/core/neighb.hh>
Public Member Functions | |
neighb () | |
neighb (const W &win) | |
void | change_window (const W &new_win) |
unsigned | delta () const |
const W::dpsite & | dp (unsigned i) const |
W & | hook_win_ () |
bool | is_valid () const |
unsigned | size () const |
const W & | win () const |
Public Types | |
typedef neighb_bkd_niter< W > | bkd_niter |
typedef Neighborhood< void > | category |
typedef W::dpsite | dpsite |
typedef neighb< W > | exact_t |
typedef neighb_fwd_niter< W > | fwd_niter |
typedef fwd_niter | niter |
typedef W::psite | psite |
typedef W::site | site |
typedef W | window |
Adapter class from window to neighborhood.
mln::neighb< W >::neighb | ( | ) |
Constructor without argument.
mln::neighb< W >::neighb | ( | const W & | win | ) |
Constructor from a window win
.
|
inherited |
Change the corresponding window.
|
inherited |
Give the maximum coordinate gap between the neighborhood center and a neighboring point.
|
inherited |
Give the maximum coordinate gap between the neighborhood center and a neighboring point.
|
inherited |
INTERNAL_API
Hook to the window.
|
inherited |
Return true by default.
|
inherited |
Give the neighborhood size, i.e., the number of elements it contains.
|
inherited |
Get the corresponding window.
typedef neighb_bkd_niter<W> mln::neighb< W >::bkd_niter |
|
inherited |
Definition at line 69 of file core/concept/neighborhood.hh.
|
inherited |
Dpsite associated type.
Definition at line 129 of file neighborhood_base.hh.
|
inherited |
typedef neighb_fwd_niter<W> mln::neighb< W >::fwd_niter |
typedef fwd_niter mln::neighb< W >::niter |
|
inherited |
Psite associated type.
Definition at line 132 of file neighborhood_base.hh.
|
inherited |
Site associated type.
Definition at line 135 of file neighborhood_base.hh.
|
inherited |
Window associated type.
Definition at line 126 of file neighborhood_base.hh.