#include <graph_elt_window.hh>
Public Types | |
typedef graph_window_piter< S, self_, nbh_bkd_iter_ > | bkd_qiter |
Site_Iterator type to browse the psites of the window w.r.t. | |
typedef S::psite | center_t |
Type of the window center element. | |
typedef graph_window_piter< S, self_, nbh_fwd_iter_ > | fwd_qiter |
Site_Iterator type to browse the psites of the window w.r.t. | |
typedef S::graph_element | graph_element |
Type of the graph element pointed by this iterator. | |
typedef S::psite | psite |
The type of psite corresponding to the window. | |
typedef fwd_qiter | qiter |
The default qiter type. | |
typedef S | target |
Associated 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. |
G
is the graph type. S
is an image site set from where the center is extracted. S2
is an image site set from where the neighbors are extracted.
typedef graph_window_piter<S,self_,nbh_bkd_iter_> mln::graph_elt_window< G, S >::bkd_qiter |
Site_Iterator type to browse the psites of the window w.r.t.
the reverse ordering of vertices.
typedef S ::psite mln::graph_elt_window< G, S >::center_t |
Type of the window center element.
typedef graph_window_piter<S,self_,nbh_fwd_iter_> mln::graph_elt_window< G, S >::fwd_qiter |
Site_Iterator type to browse the psites of the window w.r.t.
the ordering of vertices.
typedef S ::graph_element mln::graph_elt_window< G, S >::graph_element |
Type of the graph element pointed by this iterator.
typedef S ::psite mln::graph_elt_window< G, S >::psite |
The type of psite corresponding to the window.
typedef fwd_qiter mln::graph_elt_window< G, S >::qiter |
The default qiter type.
typedef P mln::graph_window_base< P, E >::site [inherited] |
Associated types.
The type of site corresponding to the window.
typedef S mln::graph_elt_window< G, S >::target |
Associated types.
unsigned mln::graph_window_base< P, E >::delta | ( | ) | const [inline, inherited] |
bool mln::graph_window_base< P, E >::is_centered | ( | ) | const [inline, inherited] |
Is the window centered?
bool mln::graph_window_base< P, E >::is_empty | ( | ) | const [inline, inherited] |
bool mln::graph_window_base< P, E >::is_symmetric | ( | ) | const [inline, inherited] |
Is the window symmetric?
bool mln::graph_window_base< P, E >::is_valid | ( | ) | const [inline, inherited] |
graph_window_base< P, E > & mln::graph_window_base< P, E >::sym | ( | ) | [inline, inherited] |
Apply a central symmetry to the target window.