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

#include <distributed_graph_utility.hpp>

Collaboration diagram for boost::graph::distributed::global_index< Graph >:

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
 

Member Typedef Documentation

template<typename Graph >
typedef property_map<Graph, vertex_global_t>::const_type boost::graph::distributed::global_index< Graph >::VertexGlobalMap
template<typename Graph >
typedef property_map<Graph, vertex_index_t>::const_type boost::graph::distributed::global_index< Graph >::VertexIndexMap

Constructor & Destructor Documentation

template<typename Graph >
boost::graph::distributed::global_index< Graph >::global_index ( Graph const &  g)
inlineexplicit

Member Function Documentation

template<typename Graph >
int boost::graph::distributed::global_index< Graph >::operator() ( typename graph_traits< Graph >::vertex_descriptor  v)
inline

Member Data Documentation


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