#include <compressed_sparse_row_graph.hpp>
Public Types | |
typedef boost::graph_traits < Graph >::vertex_descriptor | vertex_descriptor |
typedef boost::graph_traits < Graph >::vertices_size_type | vertices_size_type |
typedef std::pair < vertex_descriptor, vertex_descriptor > | result_type |
typedef std::pair < vertices_size_type, vertices_size_type > | base_iterator_type |
Public Member Functions | |
index_to_vertex_func (const Distribution &dist, const Graph &g) | |
result_type | operator() (const base_iterator_type &p) const |
typedef std::pair<vertices_size_type, vertices_size_type> boost::index_to_vertex_func< Distribution, Graph >::base_iterator_type |
typedef std::pair<vertex_descriptor, vertex_descriptor> boost::index_to_vertex_func< Distribution, Graph >::result_type |
typedef boost::graph_traits<Graph>::vertex_descriptor boost::index_to_vertex_func< Distribution, Graph >::vertex_descriptor |
typedef boost::graph_traits<Graph>::vertices_size_type boost::index_to_vertex_func< Distribution, Graph >::vertices_size_type |
|
inline |
|
inline |
References boost::xpressive::make_pair, and boost::vertex().