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 |
Edge property map for BGL that returns the weights of edges stored in an external weight-vector.
| VertexProperty | The vertex property type. |
| EdgeProperty | The edge property type. |
1.8.13