31 #include <mln/core/alias/point2d.hh>
32 #include <mln/core/image/graph_elt_window.hh>
33 #include <mln/core/site_set/p_vertices.hh>
34 #include <mln/fun/i2v/array.hh>
35 #include <mln/util/graph.hh>
37 unsigned fwd_neighb[] = { 0, 2, 3 };
38 unsigned bkd_neighb[] = { 3, 2, 0 };
96 mln_psite_(pg_t)
p(pg, 1);
103 mln_fwd_qiter_(win_t) fq(win,
p);
105 mln_assertion(fq.element().
id() == fwd_neighb[i++]);
108 mln_bkd_qiter_(win_t) bq(win, p);
110 mln_assertion(bq.element().
id() == bkd_neighb[i++]);