$extrastylesheet
#include <mln/core/internal/window_base.hh>
Public Member Functions | |
bool | is_valid () const |
Protected Member Functions | |
window_base () |
Public Types | |
typedef Window< void > | category |
typedef psite | center_t |
typedef D | dpsite |
typedef E | exact_t |
typedef D::psite | psite |
typedef D::site | site |
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) |
Definition at line 51 of file window_base.hh.
|
protected |
bool mln::internal::window_base< D, E >::is_valid | ( | ) | const |
return true by default.
|
related |
|
related |
|
related |
|
inherited |
Definition at line 95 of file concept/window.hh.
typedef psite mln::internal::window_base< D, E >::center_t |
Type of the window center.
Definition at line 64 of file window_base.hh.
typedef D mln::internal::window_base< D, E >::dpsite |
DPsite associated type.
Definition at line 55 of file window_base.hh.
|
inherited |
typedef D ::psite mln::internal::window_base< D, E >::psite |
Psite associated type.
Definition at line 58 of file window_base.hh.
typedef D ::site mln::internal::window_base< D, E >::site |
Site associated type.
Definition at line 61 of file window_base.hh.