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

Work-function for computing connected-component IDs for each vertex. More...

Public Member Functions

template<class Vertex , class GraphVisitor >
bool operator() (Vertex &&v, GraphVisitor &&graph_visitor) const
 

Public Types

using concurrency_model = sgl::weak_concurrency
 

Detailed Description

Work-function for computing connected-component IDs for each vertex.

Marks all vertices belonging to the same CC with the same connected-component ID.


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