26 #ifndef MLN_MAKE_DUMMY_P_VERTICES_HH
27 # define MLN_MAKE_DUMMY_P_VERTICES_HH
36 # include <mln/core/concept/graph.hh>
37 # include <mln/core/site_set/p_vertices.hh>
38 # include <mln/pw/cst.hh>
55 template <
typename G,
typename P>
56 p_vertices< G, pw::cst_<P> >
72 # ifndef MLN_INCLUDE_ONLY
75 template <
typename G,
typename P>
76 p_vertices<G,pw::cst_<P> >
79 mln_trace(
"dummy_p_vertices");
81 const G& g =
exact(g_);
82 mln_precondition(g.is_valid());
84 p_vertices< G, pw::cst_<P> > pe(g,
pw::cst(dummy_site));
94 return p_vertices<G>(g);
98 # endif // ! MLN_INCLUDE_ONLY
104 #endif // ! MLN_MAKE_DUMMY_P_VERTICES_HH