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

Transform a graph base container into the CSR format used by METIS. More...

Public Member Functions

 build_pair_weight_id (metis_graph *const &metis_graph_obj)
 
template<typename Partition >
result_type operator() (Partition part)
 

Public Types

typedef void result_type
 

Public Attributes

metis_graph * m_metis_graph
 

Detailed Description

Transform a graph base container into the CSR format used by METIS.

Constructor & Destructor Documentation

◆ build_pair_weight_id()

stapl::partitioner_details::build_pair_weight_id::build_pair_weight_id ( metis_graph *const &  metis_graph_obj)
Parameters
metis_graph_objMETIS graph object storing the result of the conversion.

Member Function Documentation

◆ operator()()

template<typename Partition >
result_type stapl::partitioner_details::build_pair_weight_id::operator() ( Partition  part)
Parameters
partgraph base container.

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