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

Add a super vertex to a hierarchical graph. More...

Public Member Functions

 add_svertex_wf (size_t const &offset)
 
template<typename Domain , typename Descriptor , typename GraphView >
result_type operator() (Domain const dom, Descriptor vd, GraphView gv) const
 Add a super vertex to a hierarchical graph. More...
 

Public Types

typedef domset1D< size_t > result_type
 

Detailed Description

Add a super vertex to a hierarchical graph.

Member Function Documentation

◆ operator()()

template<typename Domain , typename Descriptor , typename GraphView >
result_type stapl::add_svertex_wf::operator() ( Domain const  dom,
Descriptor  vd,
GraphView  gv 
) const

Add a super vertex to a hierarchical graph.

Parameters
domDomain of super-vertex's children ids
vdVertex descriptor of the new super-vertex
gvView over the hierarchical graph
Returns
singleton domain with the super-vertex id

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