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 trace::entering(
"dummy_p_edges");
81 const G& g = exact(g_);
82 mln_precondition(g.is_valid());
86 trace::exiting(
"dummy_p_edges");
99 # endif // ! MLN_INCLUDE_ONLY
105 #endif // ! MLN_MAKE_DUMMY_P_EDGES_HH