SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Biconnected componetns Depth-First-Search visitor class. More...
#include <cncom.h>
Public Member Functions | |
TBiConVisitor () | |
TBiConVisitor (const int &Nodes) | |
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) |
Public Attributes | |
THash< TInt, TIntPr > | VnLowH |
THash< TInt, TInt > | ParentH |
TSStack< TIntPr > | Stack |
TCnComV | CnComV |
TIntSet | NSet |
TInt | Time |
|
inline |
Definition at line 224 of file cncom.h.
References THash< TKey, TDat, THashFunc >::GetDat(), THash< TKey, TDat, THashFunc >::IsKey(), TMath::Mn(), ParentH, Stack, TPair< TVal1, TVal2 >::Val1, TPair< TVal1, TVal2 >::Val2, and VnLowH.
|
inline |
Definition at line 206 of file cncom.h.
References THash< TKey, TDat, THashFunc >::AddDat(), Time, and VnLowH.
|
inline |
|
inline |
Definition at line 207 of file cncom.h.
References TVec< TVal, TSizeTy >::Add(), THashSet< TKey, THashFunc >::AddKey(), THashSet< TKey, THashFunc >::Clr(), THash< TKey, TDat, THashFunc >::GetDat(), THashSet< TKey, THashFunc >::GetKeyV(), THash< TKey, TDat, THashFunc >::IsKey(), TMath::Mn(), NSet, ParentH, TVec< TVal, TSizeTy >::Sort(), Stack, TPair< TVal1, TVal2 >::Val1, TPair< TVal1, TVal2 >::Val2, and VnLowH.
|
inline |
|
inline |
Definition at line 221 of file cncom.h.
References THash< TKey, TDat, THashFunc >::AddDat(), ParentH, and Stack.
TIntSet TBiConVisitor::NSet |
Definition at line 201 of file cncom.h.
Referenced by FinishNode().
Definition at line 198 of file cncom.h.
Referenced by BackEdge(), FinishNode(), and TreeEdge().
Definition at line 199 of file cncom.h.
Referenced by BackEdge(), FinishNode(), and TreeEdge().
TInt TBiConVisitor::Time |
Definition at line 202 of file cncom.h.
Referenced by DiscoverNode().
Definition at line 197 of file cncom.h.
Referenced by BackEdge(), DiscoverNode(), and FinishNode().