STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::partitioner_details::metis_kway_wf Struct Reference

Functor to set the partition id of a vertex with the result of the METIS k-way partitioner. More...

Public Member Functions

 metis_kway_wf (std::vector< int > *part)
 
template<typename Vertex >
void operator() (Vertex v)
 

Public Types

typedef void result_type
 

Detailed Description

Functor to set the partition id of a vertex with the result of the METIS k-way partitioner.

Constructor & Destructor Documentation

◆ metis_kway_wf()

stapl::partitioner_details::metis_kway_wf::metis_kway_wf ( std::vector< int > *  part)
Parameters
partarray containing the result of the METIS k-way partitioner.

Member Function Documentation

◆ operator()()

template<typename Vertex >
void stapl::partitioner_details::metis_kway_wf::operator() ( Vertex  v)
Parameters
vvertex proxy.

The documentation for this struct was generated from the following file: