38 #ifndef PCL_GRAPH_UTILS_H
39 #define PCL_GRAPH_UTILS_H
41 #include <boost/mpl/has_xxx.hpp>
48 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_root_graph, graph_type,
false)
60 template <
typename Graph,
typename Enable =
void>
63 template <
typename Predicate>
void
66 boost::remove_edge_if(predicate, graph);
70 template <
typename Graph>
73 template <
typename Predicate>
void
76 boost::remove_edge_if(predicate, graph.m_graph);