|
SNAP Library 2.4, User Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Articulation point Depth-First-Search visitor class. More...
#include <cncom.h>
Public Member Functions | |
| TArtPointVisitor () | |
| TArtPointVisitor (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 |
| TIntSet | ArtSet |
| TInt | Time |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |