Public Types

mln::graph_elt_mixed_neighborhood< G, S, S2 > Struct Template Reference

Elementary neighborhood on graph class. More...

#include <graph_elt_mixed_neighborhood.hh>

Inheritance diagram for mln::graph_elt_mixed_neighborhood< G, S, S2 >:
Inheritance graph

List of all members.

Public Types

typedef neighb_bkd_niter
< graph_elt_mixed_window< G, S,
S2 > > 
bkd_niter
 Backward site iterator associated type.
typedef neighb_fwd_niter
< graph_elt_mixed_window< G, S,
S2 > > 
fwd_niter
 Forward site iterator associated type.
typedef fwd_niter niter
 Site iterator associated type.

Detailed Description

template<typename G, typename S, typename S2>
struct mln::graph_elt_mixed_neighborhood< G, S, S2 >

Elementary neighborhood on graph class.

Template Parameters:
G is a graph type.
S is a site set type.
S2 is the site set type of the neighbors.

Definition at line 48 of file graph_elt_mixed_neighborhood.hh.


Member Typedef Documentation

typedef neighb_bkd_niter<graph_elt_mixed_window< G, S, S2 > > mln::neighb< graph_elt_mixed_window< G, S, S2 > >::bkd_niter [inherited]

Backward site iterator associated type.

Definition at line 87 of file mln/core/neighb.hh.

typedef neighb_fwd_niter<graph_elt_mixed_window< G, S, S2 > > mln::neighb< graph_elt_mixed_window< G, S, S2 > >::fwd_niter [inherited]

Forward site iterator associated type.

Definition at line 84 of file mln/core/neighb.hh.

typedef fwd_niter mln::neighb< graph_elt_mixed_window< G, S, S2 > >::niter [inherited]

Site iterator associated type.

Definition at line 90 of file mln/core/neighb.hh.