Milena (Olena)
User documentation 2.0a Id
|
#include <graph_window_base.hh>
Public Types | |
typedef P | site |
Associated types. | |
Public Member Functions | |
bool | is_valid () const |
Return true by default. | |
bool | is_empty () const |
Interface of the concept Window. | |
bool | is_centered () const |
Is the window centered? | |
bool | is_symmetric () const |
Is the window symmetric? | |
unsigned | delta () const |
Return the maximum coordinate gap between the window center and a window point. | |
self_ & | sym () |
Apply a central symmetry to the target window. | |
P | Site type. |
Definition at line 40 of file graph_window_base.hh.
typedef P mln::graph_window_base< P, E >::site |
Associated types.
The type of site corresponding to the window.
Definition at line 48 of file graph_window_base.hh.
|
inline |
Return the maximum coordinate gap between the window center and a window point.
Definition at line 128 of file graph_window_base.hh.
|
inline |
Is the window centered?
Definition at line 112 of file graph_window_base.hh.
|
inline |
Interface of the concept Window.
Is the window is empty?
Definition at line 104 of file graph_window_base.hh.
|
inline |
Is the window symmetric?
Definition at line 120 of file graph_window_base.hh.
|
inline |
Return true by default.
Definition at line 153 of file graph_window_base.hh.
|
inline |
Apply a central symmetry to the target window.
Definition at line 137 of file graph_window_base.hh.