$extrastylesheet
#include <mln/core/internal/neighborhood_base.hh>
Public Types | |
typedef Neighborhood< void > | category |
typedef E | exact_t |
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 58 of file neighborhood_base.hh.
|
related |
|
related |
|
related |
|
related |
|
related |
|
inherited |
Definition at line 69 of file core/concept/neighborhood.hh.
|
inherited |