C++ Reference

C++ Reference: Graph

StronglyConnectedComponentsFinder< NodeIndex, Graph, SccOutput >

Detailed Description

template<typename NodeIndex, typename Graph, typename SccOutput>
class StronglyConnectedComponentsFinder< NodeIndex, Graph, SccOutput >

Definition at line 103 of file strongly_connected_components.h.

Public Member Functions

void FindStronglyConnectedComponents (const NodeIndex num_nodes, const Graph &graph, SccOutput *components)
 
bool NodeIsInCurrentDfsPath (NodeIndex node) const
 

Member Function Documentation

◆ FindStronglyConnectedComponents()

void FindStronglyConnectedComponents ( const NodeIndex  num_nodes,
const Graph &  graph,
SccOutput *  components 
)
inline

Definition at line 105 of file strongly_connected_components.h.

◆ NodeIsInCurrentDfsPath()

bool NodeIsInCurrentDfsPath ( NodeIndex  node) const
inline

Definition at line 176 of file strongly_connected_components.h.


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