#include <boost/graph/properties.hpp>
#include <boost/property_map/parallel/distributed_property_map.hpp>
Classes | |
struct | boost::property_reduce< Property > |
Metafunction that produces a reduction operation for the given property. More... | |
class | boost::property_reduce< Property >::apply< Value > |
struct | boost::property_reduce< vertex_color_t > |
Reduction of vertex colors can only darken, not lighten, the color. More... | |
class | boost::property_reduce< vertex_color_t >::apply< Color > |
struct | boost::property_reduce< vertex_distance_t > |
Reduction of a distance always takes the shorter distance. More... | |
class | boost::property_reduce< vertex_distance_t >::apply< T > |
struct | boost::property_reduce< vertex_predecessor_t > |
class | boost::property_reduce< vertex_predecessor_t >::apply< T > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Functions | |
template<typename Property , typename PropertyMap > | |
void | boost::set_property_map_role (Property p, PropertyMap pm) |