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