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::extract_cc_stats_wf< VD > Class Template Reference

Work-function to extract the vertices belonging to a given CCID. More...

Public Member Functions

 extract_cc_stats_wf (VD const &ccid)
 
template<typename Graph , typename Dest >
void operator() (Graph g, Dest &&dest)
 

Public Types

typedef void result_type
 

Detailed Description

template<typename VD>
class stapl::cc_algo_detail::extract_cc_stats_wf< VD >

Work-function to extract the vertices belonging to a given CCID.

Stores the vertices satisfying the condition in the destination view.

Template Parameters
VDThe type of the vertex descriptor

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