Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::prestige_measure< Graph > Struct Template Reference

#include <degree_centrality.hpp>

Inheritance diagram for boost::prestige_measure< Graph >:
Collaboration diagram for boost::prestige_measure< Graph >:

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)
 

Member Typedef Documentation

template<typename Graph >
typedef degree_centrality_measure<Graph> boost::prestige_measure< Graph >::base_type
template<typename Graph >
typedef base_type::degree_type boost::prestige_measure< Graph >::degree_type
template<typename Graph >
typedef base_type::vertex_type boost::prestige_measure< Graph >::vertex_type

Member Function Documentation

template<typename Graph >
degree_type boost::prestige_measure< Graph >::operator() ( vertex_type  v,
const Graph &  g 
)
inline

The documentation for this struct was generated from the following file: