Functor to share matching status of a vertex with neighboring vertices. More...
Public Member Functions | |
| share_matching_status_wf (HView const &hview, RemoteInfo const &remote_info) | |
| template<typename V > | |
| void | operator() (V &v) const |
Public Types | |
| typedef VP | property_type |
| typedef void | result_type |
Public Attributes | |
| HView | m_hview |
| RemoteInfo | m_remote_info |
Functor to share matching status of a vertex with neighboring vertices.
| HView | graph view type. |
| RemoteInfo | local information view type. |
| stapl::partitioner_details::share_matching_status_wf< HView, RemoteInfo, VP >::share_matching_status_wf | ( | HView const & | hview, |
| RemoteInfo const & | remote_info | ||
| ) |
| hview | graph view type. |
| remote_info | local information view containing matching status of non-local vertices. |
| void stapl::partitioner_details::share_matching_status_wf< HView, RemoteInfo, VP >::operator() | ( | V & | v | ) | const |
| v | vertex sharing its matching status. |
1.8.13