SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TBreathFS< PGraph > Member List

This is the complete list of members for TBreathFS< PGraph >, including all inherited members.

alphaTBreathFS< PGraph >privatestatic
betaTBreathFS< PGraph >privatestatic
BottomUpStep(TIntV &NIdDistV, TIntV *Frontier, TIntV *NextFrontier, int &MaxDist, const int &TargetNId, const bool &FollowOut, const bool &FollowIn)TBreathFS< PGraph >private
DoBfs(const int &StartNode, const bool &FollowOut, const bool &FollowIn, const int &TargetNId=-1, const int &MxDist=TInt::Mx)TBreathFS< PGraph >
DoBfsHybrid(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
GraphTBreathFS< PGraph >
NIdDistHTBreathFS< PGraph >
QueueTBreathFS< PGraph >
SetGraph(const PGraph &GraphPt)TBreathFS< PGraph >
StageTBreathFS< PGraph >private
StartNIdTBreathFS< PGraph >
TBreathFS(const PGraph &GraphPt, const bool &InitBigQ=true)TBreathFS< PGraph >inline
TopDownStep(TIntV &NIdDistV, TIntV *Frontier, TIntV *NextFrontier, int &MaxDist, const int &TargetNId, const bool &FollowOut, const bool &FollowIn)TBreathFS< PGraph >private