$extrastylesheet
#include <mln/core/mixed_neighb.hh>
Public Member Functions | |
mixed_neighb () | |
mixed_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 mixed_neighb_bkd_niter< W > | bkd_niter |
typedef Neighborhood< void > | category |
typedef W::dpsite | dpsite |
typedef mixed_neighb< W > | exact_t |
typedef mixed_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.
Definition at line 59 of file mixed_neighb.hh.
mln::mixed_neighb< W >::mixed_neighb | ( | ) |
Constructor without argument.
mln::mixed_neighb< W >::mixed_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 mixed_neighb_bkd_niter<W> mln::mixed_neighb< W >::bkd_niter |
Backward site iterator associated type.
Definition at line 71 of file mixed_neighb.hh.
|
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 mixed_neighb_fwd_niter<W> mln::mixed_neighb< W >::fwd_niter |
Forward site iterator associated type.
Definition at line 68 of file mixed_neighb.hh.
typedef fwd_niter mln::mixed_neighb< W >::niter |
Site iterator associated type.
Definition at line 74 of file mixed_neighb.hh.
|
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.