$extrastylesheet
#include <mln/core/internal/complex_window_p_base.hh>
Public Member Functions | |
complex_window_p_base () | |
bool | is_empty () const |
bool | is_centered () const |
bool | is_valid () const |
Public Types | |
typedef Window< void > | category |
typedef E | exact_t |
typedef mln::topo::centered_fwd_iter_adapter < D, F > | complex_fwd_iter |
typedef mln::topo::centered_bkd_iter_adapter < D, B > | complex_bkd_iter |
typedef G | geom |
typedef complex_psite< D, G > | psite |
typedef psite::site | site |
typedef void | dpsite |
typedef complex_window_fwd_piter < complex_fwd_iter, G, E > | fwd_qiter |
typedef complex_window_bkd_piter < complex_bkd_iter, G, E > | bkd_qiter |
typedef fwd_qiter | qiter |
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 82 of file complex_window_p_base.hh.
mln::internal::complex_window_p_base< D, G, F, B, E >::complex_window_p_base | ( | ) |
|
inherited |
Is this window centered?
|
inherited |
Services.
Is this window empty? (Always returns false
).
|
inherited |
Is this window valid ? (Return true by default.)
|
related |
|
related |
|
related |
|
inherited |
Site_Iterator type to browse the psites of the window w.r.t.
the reverse ordering of vertices.
Definition at line 122 of file complex_window_base.hh.
|
inherited |
Definition at line 95 of file concept/window.hh.
|
inherited |
Definition at line 93 of file complex_window_base.hh.
|
inherited |
The associated complex iterators.
Definition at line 92 of file complex_window_base.hh.
|
inherited |
Definition at line 107 of file complex_window_base.hh.
|
inherited |
|
inherited |
Site_Iterator type to browse the psites of the window w.r.t.
the ordering of vertices.
Definition at line 117 of file complex_window_base.hh.
|
inherited |
Associated types.
The geometry of the complex.
Definition at line 100 of file complex_window_base.hh.
|
inherited |
The type of psite corresponding to the window.
Definition at line 102 of file complex_window_base.hh.
|
inherited |
The default qiter type.
Definition at line 125 of file complex_window_base.hh.
|
inherited |
The type of site corresponding to the window.
Definition at line 104 of file complex_window_base.hh.