$extrastylesheet
#include <mln/core/internal/graph_window_base.hh>
Public Member Functions | |
bool | is_valid () const |
bool | is_empty () const |
bool | is_centered () const |
bool | is_symmetric () const |
unsigned | delta () const |
self_ & | sym () |
bool | is_neighbable_ () const |
Protected Member Functions | |
graph_window_base () |
Public Types | |
typedef Window< void > | category |
typedef E | exact_t |
typedef P | site |
typedef void | dpsite |
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 46 of file graph_window_base.hh.
|
protected |
unsigned mln::graph_window_base< P, E >::delta | ( | ) | const |
Return the maximum coordinate gap between the window center and a window point.
bool mln::graph_window_base< P, E >::is_centered | ( | ) | const |
Is the window centered?
bool mln::graph_window_base< P, E >::is_empty | ( | ) | const |
Interface of the concept Window.
Is the window is empty?
bool mln::graph_window_base< P, E >::is_neighbable_ | ( | ) | const |
Is the window neighbable?
bool mln::graph_window_base< P, E >::is_symmetric | ( | ) | const |
Is the window symmetric?
bool mln::graph_window_base< P, E >::is_valid | ( | ) | const |
Return true by default.
self_& mln::graph_window_base< P, E >::sym | ( | ) |
Apply a central symmetry to the target window.
|
related |
|
related |
|
related |
|
inherited |
Definition at line 95 of file concept/window.hh.
typedef void mln::graph_window_base< P, E >::dpsite |
Definition at line 57 of file graph_window_base.hh.
|
inherited |
typedef P mln::graph_window_base< P, E >::site |
Associated types.
The type of site corresponding to the window.
Definition at line 54 of file graph_window_base.hh.