$extrastylesheet
#include <mln/core/concept/window.hh>
Protected Member Functions | |
| Window () | |
Public Types | |
| typedef Window< void > | category |
| typedef E | exact_t |
Related Functions | |
(Note that these are not member functions.) | |
| template<typename I , typename W > | |
| util::array< int > | negative_offsets_wrt (const Image< I > &ima, const Window< W > &win) |
| template<typename I , typename W > | |
| util::array< int > | offsets_wrt (const Image< I > &ima, const Window< W > &win) |
| template<typename I , typename W > | |
| util::array< int > | positive_offsets_wrt (const Image< I > &ima, const Window< W > &win) |
Base class for implementation classes that are windows.
A window is the definition of a set of points located around a central point.
Definition at line 93 of file concept/window.hh.
|
protected |
|
related |
|
related |
|
related |
| typedef Window<void> mln::Window< E >::category |
Definition at line 95 of file concept/window.hh.
|
inherited |