Functor to copy a vertex from a weighted graph to a graph with the multilevel property. More...
Public Member Functions | |
build_vertex_hierarchical_graph_wf (VertexWeightMap const &vertex_weight_map) | |
template<typename Vertex , typename HGraph > | |
void | operator() (Vertex v, HGraph hgraph) |
Public Types | |
typedef void | result_type |
Functor to copy a vertex from a weighted graph to a graph with the multilevel property.
VertexWeightMap | vertex weight property map type. |
stapl::partitioner_details::build_vertex_hierarchical_graph_wf< VertexWeightMap >::build_vertex_hierarchical_graph_wf | ( | VertexWeightMap const & | vertex_weight_map | ) |
vertex_weight_map | vertex weight property map. |
void stapl::partitioner_details::build_vertex_hierarchical_graph_wf< VertexWeightMap >::operator() | ( | Vertex | v, |
HGraph | hgraph | ||
) |
v | vertex copied. |
hgraph | graph with multilevel property. |