26 #include <mln/util/graph.hh>
27 #include <mln/core/alias/point2d.hh>
28 #include <mln/core/site_set/p_vertices.hh>
29 #include <mln/fun/i2v/array.hh>
53 typedef fun::i2v::array<point2d> F;
55 for (
unsigned i = 0; i < 6; ++i)
66 mln_assertion(p.p_hook_().v().
id() == i++);
67 mln_assertion(i == g.v_nmax());
73 unsigned i = g.v_nmax() - 1;
75 mln_assertion(p.p_hook_().v().
id() == i--);
76 mln_assertion(i == mln_max(
unsigned));