#include <degree_centrality.hpp>


Public Types | |
| typedef  degree_centrality_measure < Graph >  | base_type | 
| typedef base_type::degree_type | degree_type | 
| typedef base_type::vertex_type | vertex_type | 
Public Member Functions | |
| degree_type | operator() (vertex_type v, const Graph &g) | 
| typedef degree_centrality_measure<Graph> boost::influence_measure< Graph >::base_type | 
| typedef base_type::degree_type boost::influence_measure< Graph >::degree_type | 
| typedef base_type::vertex_type boost::influence_measure< Graph >::vertex_type | 
      
  | 
  inline | 
References boost::BOOST_CONCEPT_ASSERT(), and boost::out_degree().