Searched defs:filtered_graph (Results 1 – 1 of 1) sorted by relevance
152 class filtered_graph : public filtered_graph_base< Graph > class168 filtered_graph(const Graph& g, EdgePredicate ep) : Base(g), m_edge_pred(ep) in filtered_graph() function in boost::filtered_graph172 filtered_graph(const Graph& g, EdgePredicate ep, VertexPredicate vp) in filtered_graph() function in boost::filtered_graph