SNAP Library 2.0, User Reference
2013-05-13 16:33:57
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
DoBfs(const int &StartNode, const bool &FollowOut, const bool &FollowIn, const int &TargetNId=-1, const int &MxDist=TInt::Mx) | TBreathFS< PGraph > | |
GetHops(const int &SrcNId, const int &DstNId) const | TBreathFS< PGraph > | |
GetNVisited() const | TBreathFS< PGraph > | [inline] |
GetRndPath(const int &SrcNId, const int &DstNId, TIntV &PathNIdV) const | TBreathFS< PGraph > | |
GetVisitedNIdV(TIntV &NIdV) const | TBreathFS< PGraph > | [inline] |
Graph | TBreathFS< PGraph > | |
NIdDistH | TBreathFS< PGraph > | |
Queue | TBreathFS< PGraph > | |
SetGraph(const PGraph &GraphPt) | TBreathFS< PGraph > | |
StartNId | TBreathFS< PGraph > | |
TBreathFS(const PGraph &GraphPt, const bool &InitBigQ=true) | TBreathFS< PGraph > | [inline] |