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

Classes

struct  boost::graph::distributed::global_index< Graph >
 
struct  boost::graph::distributed::additive_reducer< T >
 
struct  boost::graph::distributed::choose_min_reducer< T >
 
struct  boost::graph::distributed::property_map_reader< PropertyMap >
 

Namespaces

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

Functions

template<class Property , class Graph >
void boost::graph::property_on_inedges (Property p, const Graph &g)
 
template<class Property , class Graph >
void boost::graph::property_on_outedges (Property p, const Graph &g)
 
template<class Property , class Graph >
void boost::graph::property_on_successors (Property p, const Graph &g)
 
template<class Property , class Graph >
void boost::graph::property_on_predecessors (Property p, const Graph &g)
 
template<class Property , class Graph >
void boost::graph::property_on_adjacents (Property p, const Graph &g)
 
template<class PropertyIn , class PropertyOut , class Graph >
void boost::graph::copy_vertex_property (PropertyIn p_in, PropertyOut p_out, Graph &g)
 
template<class PropertyIn , class PropertyOut , class Graph >
void boost::graph::copy_edge_property (PropertyIn p_in, PropertyOut p_out, Graph &g)