Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
filtered_graph.hpp File Reference
Include dependency graph for filtered_graph.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::graph::parallel::process_group_type< filtered_graph< Graph, EdgePredicate, VertexPredicate > >
 Retrieve the process group from a filtered graph. More...
 
struct  boost::graph::parallel::process_group_type< const filtered_graph< Graph, EdgePredicate, VertexPredicate > >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::graph
 
 boost::graph::parallel
 

Functions

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...