Functor to copy the edges of a weighted graph to a graph with the multilevel property. More...
Public Member Functions | |
| build_edge_hierarchical_graph_wf (EdgeWeightMap const &edge_weight_map) | |
| template<typename Vertex , typename HGraph > | |
| void | operator() (Vertex v, HGraph hgraph) |
Public Types | |
| typedef void | result_type |
Functor to copy the edges of a weighted graph to a graph with the multilevel property.
| EdgeWeightMap | edge weight property map type. |
| stapl::partitioner_details::build_edge_hierarchical_graph_wf< EdgeWeightMap >::build_edge_hierarchical_graph_wf | ( | EdgeWeightMap const & | edge_weight_map | ) |
| edge_weight_map | edge weight property map. |
| void stapl::partitioner_details::build_edge_hierarchical_graph_wf< EdgeWeightMap >::operator() | ( | Vertex | v, |
| HGraph | hgraph | ||
| ) |
| v | vertex whose edges are copied. |
| hgraph | graph with multilevel property. |
1.8.13