STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::sequential::_init_in_degree_map< Graph, Visitor, InDegreeMap, Buffer, b > Struct Template Reference

Initializes the in-degree map for a topological traversal. More...

Static Public Member Functions

static void init (Graph &g, Visitor &vis, InDegreeMap &in_map, Buffer &Q)
 

Detailed Description

template<class Graph, class Visitor, class InDegreeMap, class Buffer, bool b>
struct stapl::sequential::_init_in_degree_map< Graph, Visitor, InDegreeMap, Buffer, b >

Initializes the in-degree map for a topological traversal.

Parameters
gThe input graph.
visThe visitor class to be used.
in_mapThe in-degree map to be used.
QThe buffer to be used to hold the vertices that have an in-degree of zero.

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