Static Public Member Functions

trait::graph< mln::complex_image< 1, G, V > > Struct Template Reference

Graph traits for 1-complexes images. More...

#include <morpho.hh>

List of all members.

Static Public Member Functions

static const
mln::complex_lower_window
< 1, G > & 
e2v ()
static const
mln::topo::is_n_face< 1 > & 
is_edge ()
static const
mln::topo::is_n_face< 0 > & 
is_vertex ()
static const
mln::complex_higher_window
< 1, G > & 
v2e ()

Detailed Description

template<typename G, typename V>
struct trait::graph< mln::complex_image< 1, G, V > >

Graph traits for 1-complexes images.

Definition at line 133 of file morpho.hh.


Member Function Documentation

template<typename G , typename V >
static const mln::complex_lower_window<1, G>& trait::graph< mln::complex_image< 1, G, V > >::e2v (  )  [inline, static]

Definition at line 161 of file morpho.hh.

template<typename G , typename V >
static const mln::topo::is_n_face<1>& trait::graph< mln::complex_image< 1, G, V > >::is_edge (  )  [inline, static]

Definition at line 145 of file morpho.hh.

template<typename G , typename V >
static const mln::topo::is_n_face<0>& trait::graph< mln::complex_image< 1, G, V > >::is_vertex (  )  [inline, static]

Definition at line 137 of file morpho.hh.

template<typename G , typename V >
static const mln::complex_higher_window<1, G>& trait::graph< mln::complex_image< 1, G, V > >::v2e (  )  [inline, static]

Definition at line 153 of file morpho.hh.