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::get_cut_weight Struct Reference

Functor computing the cut-weight produced by a vertex in a graph. More...

Public Member Functions

template<typename Vertex , typename HView >
result_type operator() (Vertex v, HView hview)
 

Public Types

typedef size_t result_type
 

Detailed Description

Functor computing the cut-weight produced by a vertex in a graph.

Member Function Documentation

◆ operator()()

template<typename Vertex , typename HView >
result_type stapl::partitioner_details::get_cut_weight::operator() ( Vertex  v,
HView  hview 
)
Parameters
va graph vertex.
hviewview of the graph containing vertex v.

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