#include <distributed_graph_utility.hpp>
Public Types | |
typedef property_map< Graph, vertex_index_t >::const_type | VertexIndexMap |
typedef property_map< Graph, vertex_global_t >::const_type | VertexGlobalMap |
Public Member Functions | |
global_index (Graph const &g) | |
int | operator() (typename graph_traits< Graph >::vertex_descriptor v) |
Protected Attributes | |
boost::parallel::global_index_map < VertexIndexMap, VertexGlobalMap > | global_index_map |
typedef property_map<Graph, vertex_global_t>::const_type boost::graph::distributed::global_index< Graph >::VertexGlobalMap |
typedef property_map<Graph, vertex_index_t>::const_type boost::graph::distributed::global_index< Graph >::VertexIndexMap |
|
inlineexplicit |
|
inline |
|
protected |