|
SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
Public Member Functions | |
| TSccVisitor (const PGraph &_Graph) | |
| void | DiscoverNode (int NId) |
| void | FinishNode (const int &NId) |
| void | ExamineEdge (const int &NId1, const int &NId2) |
| void | TreeEdge (const int &NId1, const int &NId2) |
| void | BackEdge (const int &NId1, const int &NId2) |
| void | FwdEdge (const int &NId1, const int &NId2) |
| int | GetMinDiscTm (const int &NId1, const int &NId2) const |
Public Attributes | |
| PGraph | Graph |
| THash< TInt, TIntPr > | TmRtH |
| TSStack< TInt > | Stack |
| TInt | Time |
| TIntH | SccCntH |
| TCnComV | CnComV |
Strongly connected componetns Depht-First-Search visitor class.
| TSccVisitor< PGraph, OnlyCount >::TSccVisitor | ( | const PGraph & | _Graph | ) | [inline] |
| void TSccVisitor< PGraph, OnlyCount >::BackEdge | ( | const int & | NId1, |
| const int & | NId2 | ||
| ) | [inline] |
| void TSccVisitor< PGraph, OnlyCount >::DiscoverNode | ( | int | NId | ) | [inline] |
| void TSccVisitor< PGraph, OnlyCount >::ExamineEdge | ( | const int & | NId1, |
| const int & | NId2 | ||
| ) | [inline] |
| void TSccVisitor< PGraph, OnlyCount >::FinishNode | ( | const int & | NId | ) | [inline] |
| void TSccVisitor< PGraph, OnlyCount >::FwdEdge | ( | const int & | NId1, |
| const int & | NId2 | ||
| ) | [inline] |
| int TSccVisitor< PGraph, OnlyCount >::GetMinDiscTm | ( | const int & | NId1, |
| const int & | NId2 | ||
| ) | const [inline] |
| void TSccVisitor< PGraph, OnlyCount >::TreeEdge | ( | const int & | NId1, |
| const int & | NId2 | ||
| ) | [inline] |
| TCnComV TSccVisitor< PGraph, OnlyCount >::CnComV |
| PGraph TSccVisitor< PGraph, OnlyCount >::Graph |
| TIntH TSccVisitor< PGraph, OnlyCount >::SccCntH |
| TSStack<TInt> TSccVisitor< PGraph, OnlyCount >::Stack |
| TInt TSccVisitor< PGraph, OnlyCount >::Time |
| THash<TInt, TIntPr> TSccVisitor< PGraph, OnlyCount >::TmRtH |