Milena (Olena)
User documentation 2.0a Id
|
Elementary neighborhood_if on graph class. More...
#include <graph_elt_neighborhood_if.hh>
Public Types | |
typedef neighb_bkd_niter < graph_elt_window_if< G, S, I > > | bkd_niter |
Backward site iterator associated type. | |
typedef neighb_fwd_niter < graph_elt_window_if< G, S, I > > | fwd_niter |
Forward site iterator associated type. | |
typedef fwd_niter | niter |
Site iterator associated type. | |
Public Member Functions | |
graph_elt_neighborhood_if () | |
Constructors @{ Construct an invalid neighborhood. | |
graph_elt_neighborhood_if (const Image< I > &mask) | |
const I & | mask () const |
@} | |
Elementary neighborhood_if on graph class.
Definition at line 43 of file graph_elt_neighborhood_if.hh.
|
inherited |
Backward site iterator associated type.
Definition at line 87 of file mln/core/neighb.hh.
|
inherited |
Forward site iterator associated type.
Definition at line 84 of file mln/core/neighb.hh.
|
inherited |
Site iterator associated type.
Definition at line 90 of file mln/core/neighb.hh.
|
inline |
Constructors @{ Construct an invalid neighborhood.
Definition at line 67 of file graph_elt_neighborhood_if.hh.
|
inline |
[in] | mask | A graph image of Boolean. |
Definition at line 74 of file graph_elt_neighborhood_if.hh.
|
inline |