|
template<typename Graph , typename EdgePredicate , typename VertexPredicate > |
graph::parallel::process_group_type
< Graph >::type | boost::process_group (filtered_graph< Graph, EdgePredicate, VertexPredicate > const &g) |
| Retrieve the process group from a filtered graph. More...
|
|
template<typename Graph , typename EdgePredicate , typename VertexPredicate > |
graph_traits< Graph >
::vertex_descriptor | boost::vertex (typename graph_traits< Graph >::vertices_size_type i, filtered_graph< Graph, EdgePredicate, VertexPredicate > const &g) |
| Forward vertex() to vertex() of the base graph. More...
|
|