#include <graph_window_base.hh>

Public Types | |
| typedef P | site | 
| Associated types.   | |
Public Member Functions | |
| bool | is_valid () const | 
| Return true by default.   | |
| unsigned | delta () const | 
| Return the maximum coordinate gap between the window center and a window point.   | |
| bool | is_centered () const | 
| Is the window centered?   | |
| bool | is_empty () const | 
| Interface of the concept Window.   | |
| bool | is_symmetric () const | 
| Is the window symmetric?   | |
| self_ & | sym () | 
| Apply a central symmetry to the target window.   | |
| P | Site type. | 
| typedef P mln::graph_window_base< P, E >::site | 
Associated types.
The type of site corresponding to the window.
| unsigned mln::graph_window_base< P, E >::delta | ( | ) |  const [inline] | 
        
| bool mln::graph_window_base< P, E >::is_centered | ( | ) |  const [inline] | 
        
Is the window centered?
| bool mln::graph_window_base< P, E >::is_empty | ( | ) |  const [inline] | 
        
| bool mln::graph_window_base< P, E >::is_symmetric | ( | ) |  const [inline] | 
        
Is the window symmetric?
| bool mln::graph_window_base< P, E >::is_valid | ( | ) |  const [inline] | 
        
| graph_window_base< P, E > & mln::graph_window_base< P, E >::sym | ( | ) |  [inline] | 
        
Apply a central symmetry to the target window.
 1.5.9