#include <properties.hpp>
Public Types | |
typedef graph_traits< Graph > ::vertex_descriptor | key_type |
typedef graph_traits< Graph > ::degree_size_type | value_type |
typedef value_type | reference |
typedef readable_property_map_tag | category |
Public Member Functions | |
degree_property_map (const Graph &g) | |
value_type | operator[] (const key_type &v) const |
typedef readable_property_map_tag boost::degree_property_map< Graph >::category |
typedef graph_traits<Graph>::vertex_descriptor boost::degree_property_map< Graph >::key_type |
typedef value_type boost::degree_property_map< Graph >::reference |
typedef graph_traits<Graph>::degree_size_type boost::degree_property_map< Graph >::value_type |
|
inline |
|
inline |
References boost::degree().