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>
67 boost::remove_edge_if(predicate, graph);
71 template <
typename Graph>
74 template <
typename Predicate>
78 boost::remove_edge_if(predicate, graph.m_graph);