STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
boost::stapl_graph_edge_wt_id_map< VertexProperty, EdgeProperty > Class Template Reference

Edge property map for BGL that returns the weights of edges stored in an external weight-vector. More...

Public Member Functions

 stapl_graph_edge_wt_id_map (const stapl::sequential::graph< stapl::UNDIRECTED, stapl::MULTIEDGES, VertexProperty, EdgeProperty, stapl::sequential::adj_graph_traits< stapl::UNDIRECTED, stapl::MULTIEDGES, VertexProperty, EdgeProperty > > *g, const std::vector< EdgeProperty > *w_vec_)
 
template<class T >
double operator[] (T x) const
 

Public Types

typedef readable_property_map_tag category
 
typedef int value_type
 
typedef int reference
 
typedef stapl::sequential::graph< stapl::UNDIRECTED, stapl::MULTIEDGES, VertexProperty, EdgeProperty, stapl::sequential::adj_graph_traits< stapl::UNDIRECTED, stapl::MULTIEDGES, VertexProperty, EdgeProperty > >::edge_descriptor key_type
 

Detailed Description

template<class VertexProperty, class EdgeProperty>
class boost::stapl_graph_edge_wt_id_map< VertexProperty, EdgeProperty >

Edge property map for BGL that returns the weights of edges stored in an external weight-vector.

Template Parameters
VertexPropertyThe vertex property type.
EdgePropertyThe edge property type.

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