|
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
|
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 |
Definition at line 186 of file cncom.h.
References THash< TKey, TDat, THashFunc >::GetDat(), THash< TKey, TDat, THashFunc >::IsKey(), TMath::Mn(), ParentH, TPair< TVal1, TVal2 >::Val1, TPair< TVal1, TVal2 >::Val2, and VnLowH.

|
inline |
Definition at line 178 of file cncom.h.
References THash< TKey, TDat, THashFunc >::AddDat(), Time, and VnLowH.

|
inline |
|
inline |
Definition at line 179 of file cncom.h.
References THashSet< TKey, THashFunc >::AddKey(), ArtSet, THash< TKey, TDat, THashFunc >::GetDat(), THash< TKey, TDat, THashFunc >::IsKey(), TMath::Mn(), ParentH, TPair< TVal1, TVal2 >::Val1, TPair< TVal1, TVal2 >::Val2, and VnLowH.

|
inline |
Definition at line 189 of file cncom.h.
References THash< TKey, TDat, THashFunc >::GetDat(), TMath::Mn(), TPair< TVal1, TVal2 >::Val1, TPair< TVal1, TVal2 >::Val2, and VnLowH.

|
inline |
Definition at line 185 of file cncom.h.
References THash< TKey, TDat, THashFunc >::AddDat(), and ParentH.

| TIntSet TArtPointVisitor::ArtSet |
Definition at line 173 of file cncom.h.
Referenced by FinishNode().
Definition at line 172 of file cncom.h.
Referenced by BackEdge(), FinishNode(), and TreeEdge().
| TInt TArtPointVisitor::Time |
Definition at line 174 of file cncom.h.
Referenced by DiscoverNode().
Definition at line 171 of file cncom.h.
Referenced by BackEdge(), DiscoverNode(), FinishNode(), and FwdEdge().