$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_neighborhood< D, G > Struct Template Reference

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

Public Member Functions

bool is_valid () const
const complex_m_face_window< D,
G > & 
win () const

Public Types

typedef Neighborhood< void > category
typedef
complex_m_face_neighborhood< D,
G > 
exact_t
typedef complex_m_face_window
< D, G >::complex_fwd_iter 
complex_fwd_iter
typedef complex_m_face_window
< D, G >::complex_bkd_iter 
complex_bkd_iter
typedef complex_m_face_window
< D, G >::psite 
psite
typedef complex_m_face_window
< D, G >::site 
site
typedef
complex_neighborhood_fwd_piter
< complex_fwd_iter, G,
complex_m_face_neighborhood< D,
G > > 
fwd_niter
typedef
complex_neighborhood_bkd_piter
< complex_bkd_iter, G,
complex_m_face_neighborhood< D,
G > > 
bkd_niter
typedef fwd_niter niter
typedef complex_m_face_window
< D, G > 
window
typedef mln_geom (complex_m_face_window< D, G >) G

Detailed Description

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

Neighborhood centered on an n-face of complex returning the m-faces transitively adjacent to this center n-face.

Definition at line 86 of file complex_neighborhoods.hh.

Member Function Documentation

Is this neighborhood valid?

Associated types.

The geometry of the complex.

Get the corresponding window.

Member Typedef Documentation

Site_Iterator type to browse the psites of the neighborhood w.r.t.

the reverse ordering of vertices.

Definition at line 95 of file complex_neighborhood_base.hh.

Definition at line 69 of file core/concept/neighborhood.hh.

The associated complex iterators.

Definition at line 73 of file complex_neighborhood_base.hh.

Definition at line 105 of file object.hh.

Site_Iterator type to browse the psites of the neighborhood w.r.t.

the ordering of vertices.

Definition at line 90 of file complex_neighborhood_base.hh.

The default niter type.

Definition at line 98 of file complex_neighborhood_base.hh.

The type of psite corresponding to the neighborhood.

Definition at line 83 of file complex_neighborhood_base.hh.

The type of site corresponding to the neighborhood.

Definition at line 85 of file complex_neighborhood_base.hh.

The window type corresponding to this neighborhood.

Definition at line 101 of file complex_neighborhood_base.hh.