Elementary neighborhood on graph class. More...
#include <graph_elt_neighborhood.hh>

Public Types | |
| typedef neighb_bkd_niter < graph_elt_window< G, S > >  | bkd_niter | 
| Backward site iterator associated type.   | |
| typedef neighb_fwd_niter < graph_elt_window< G, S > >  | fwd_niter | 
| Forward site iterator associated type.   | |
| typedef fwd_niter | niter | 
| Site iterator associated type.   | |
Elementary neighborhood on graph class.
| G | is a graph type. | |
| S | is a site set type. | 
Definition at line 47 of file graph_elt_neighborhood.hh.
typedef neighb_bkd_niter<graph_elt_window< G, S > > mln::neighb< graph_elt_window< G, S >  >::bkd_niter [inherited] | 
        
Backward site iterator associated type.
Definition at line 87 of file mln/core/neighb.hh.
typedef neighb_fwd_niter<graph_elt_window< G, S > > mln::neighb< graph_elt_window< G, S >  >::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_window< G, S >  >::niter [inherited] | 
        
Site iterator associated type.
Definition at line 90 of file mln/core/neighb.hh.
 1.7.1