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 |
Work-function to extract the vertices belonging to a given CCID.
Stores the vertices satisfying the condition in the destination view.
VD | The type of the vertex descriptor |