$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::complex_m_face_window< D, G > Struct Template Reference

#include <mln/core/image/complex_windows.hh>

Public Member Functions

bool is_empty () const
bool is_centered () const
bool is_valid () const

Public Types

typedef Window< void > category
typedef complex_m_face_window
< D, G > 
exact_t
typedef
topo::adj_m_face_fwd_iter< D > 
complex_fwd_iter
typedef
topo::adj_m_face_bkd_iter< D > 
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,
complex_m_face_window< D, G > > 
fwd_qiter
typedef
complex_window_bkd_piter
< complex_bkd_iter, G,
complex_m_face_window< D, G > > 
bkd_qiter
typedef fwd_qiter qiter

Detailed Description

template<unsigned D, typename G>
struct mln::complex_m_face_window< D, G >

Definition at line 164 of file complex_windows.hh.

Member Function Documentation

Is this window centered?

Services.

Is this window empty? (Always returns false).

Is this window valid ? (Return true by default.)

Member Typedef Documentation

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.

typedef Window<void> mln::Window< complex_m_face_window< D, G > >::category
inherited

Definition at line 95 of file concept/window.hh.

The associated complex iterators.

Definition at line 92 of file complex_window_base.hh.

Definition at line 107 of file complex_window_base.hh.

typedef complex_m_face_window< D, G > mln::Object< complex_m_face_window< D, G > >::exact_t
inherited

Definition at line 105 of file object.hh.

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.

Associated types.

The geometry of the complex.

Definition at line 100 of file complex_window_base.hh.

The type of psite corresponding to the window.

Definition at line 102 of file complex_window_base.hh.

The default qiter type.

Definition at line 125 of file complex_window_base.hh.

The type of site corresponding to the window.

Definition at line 104 of file complex_window_base.hh.