Home
last modified time | relevance | path

Searched defs:filtered_graph (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dfiltered_graph.hpp152 class filtered_graph : public filtered_graph_base< Graph > class
168 filtered_graph(const Graph& g, EdgePredicate ep) : Base(g), m_edge_pred(ep) in filtered_graph() function in boost::filtered_graph
172 filtered_graph(const Graph& g, EdgePredicate ep, VertexPredicate vp) in filtered_graph() function in boost::filtered_graph