$extrastylesheet
#include <mln/core/internal/neighb_base.hh>
Public Member Functions | |
neighb_base () | |
neighb_base (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 Neighborhood< void > | category |
typedef W::dpsite | dpsite |
typedef E | exact_t |
typedef W::psite | psite |
typedef W::site | site |
typedef W | window |
Related Functions | |
(Note that these are not member functions.) | |
template<typename I , typename N > | |
util::array< int > | negative_offsets_wrt (const Image< I > &ima, const Neighborhood< N > &nbh) |
template<typename I , typename N > | |
util::array< int > | offsets_wrt (const Image< I > &ima, const Neighborhood< N > &nbh) |
template<typename N > | |
std::ostream & | operator<< (std::ostream &ostr, const Neighborhood< N > &nbh) |
template<typename L , typename R > | |
bool | operator== (const Neighborhood< L > &lhs, const Neighborhood< R > &rhs) |
template<typename I , typename N > | |
util::array< int > | positive_offsets_wrt (const Image< I > &ima, const Neighborhood< N > &nbh) |
Definition at line 54 of file neighb_base.hh.
mln::internal::neighb_base< W, E >::neighb_base | ( | ) |
Constructor without argument.
mln::internal::neighb_base< W, E >::neighb_base | ( | const W & | win | ) |
Constructor from a window win
.
void mln::internal::neighb_base< W, E >::change_window | ( | const W & | new_win | ) |
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.
W& mln::internal::neighb_base< W, E >::hook_win_ | ( | ) |
INTERNAL_API
Hook to the window.
|
inherited |
Return true by default.
|
inherited |
Give the neighborhood size, i.e., the number of elements it contains.
const W& mln::internal::neighb_base< W, E >::win | ( | ) | const |
Get the corresponding window.
|
related |
|
related |
|
related |
|
related |
|
related |
|
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 |
|
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.