#include <graph_elt_neighborhood_if.hh>
Public Types | |
typedef neighb_bkd_niter< W > | bkd_niter |
Backward site iterator associated type. | |
typedef neighb_fwd_niter< W > | fwd_niter |
Forward site iterator associated type. | |
typedef fwd_niter | niter |
Site iterator associated type. | |
Public Member Functions | |
graph_elt_neighborhood_if (const Image< I > &mask) | |
graph_elt_neighborhood_if () | |
Constructors @{ Construct an invalid neighborhood. | |
const I & | mask () const |
@} |
typedef neighb_bkd_niter<W> mln::neighb< W >::bkd_niter [inherited] |
Backward site iterator associated type.
typedef neighb_fwd_niter<W> mln::neighb< W >::fwd_niter [inherited] |
Forward site iterator associated type.
typedef fwd_niter mln::neighb< W >::niter [inherited] |
Site iterator associated type.
mln::graph_elt_neighborhood_if< G, S, I >::graph_elt_neighborhood_if | ( | ) | [inline] |
Constructors @{ Construct an invalid neighborhood.
mln::graph_elt_neighborhood_if< G, S, I >::graph_elt_neighborhood_if | ( | const Image< I > & | mask | ) | [inline] |
[in] | mask | A graph image of Boolean. |
const I & mln::graph_elt_neighborhood_if< G, S, I >::mask | ( | ) | const [inline] |
@}
Return the graph image used as mask.