STAPL API Reference |
Modules Classes |
Functor to share vertex partition id with neighboring vertices. More...
Public Member Functions | |
send_mypartition_id (HView const &hview) | |
template<typename Vertex > | |
void | operator() (Vertex v) |
Public Types | |
typedef void | result_type |
Functor to share vertex partition id with neighboring vertices.
HView | graph view type. |
stapl::partitioner_details::send_mypartition_id< HView >::send_mypartition_id | ( | HView const & | hview | ) |
hview | graph view. |
void stapl::partitioner_details::send_mypartition_id< HView >::operator() | ( | Vertex | v | ) |
v | vertex sharing its partition id. |