SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
This is the complete list of members for TNGraphMP, including all inherited members.
AddEdge(const int &SrcNId, const int &DstNId) | TNGraphMP | |
AddEdge(const TEdgeI &EdgeI) | TNGraphMP | inline |
AddEdgeUnchecked(const int &SrcNId, const int &DstNId) | TNGraphMP | |
AddInEdge1(int &DstIdx, const int &SrcNId, const int &DstNId) | TNGraphMP | |
AddInEdge2(const int &SrcNId, const int &DstNId) | TNGraphMP | |
AddNode(int NId=-1) | TNGraphMP | |
AddNode(const TNodeI &NodeId) | TNGraphMP | inline |
AddNode(const int &NId, const TIntV &InNIdV, const TIntV &OutNIdV) | TNGraphMP | |
AddNode(const int &NId, const TVecPool< TInt > &Pool, const int &SrcVId, const int &DstVId) | TNGraphMP | |
AddNodeUnchecked(int NId=-1) | TNGraphMP | |
AddNodeWithEdges(const TInt &NId, TIntV &InNIdV, TIntV &OutNIdV) | TNGraphMP | |
AddOutEdge1(int &SrcIdx, const int &SrcNId, const int &DstNId) | TNGraphMP | |
AddOutEdge2(const int &SrcNId, const int &DstNId) | TNGraphMP | |
BegEI() const | TNGraphMP | inline |
BegNI() const | TNGraphMP | inline |
Clr() | TNGraphMP | inline |
CRef | TNGraphMP | private |
Defrag(const bool &OnlyNodeLinks=false) | TNGraphMP | |
DelEdge(const int &SrcNId, const int &DstNId, const bool &IsDir=true) | TNGraphMP | |
DelNode(const int &NId) | TNGraphMP | |
DelNode(const TNode &NodeI) | TNGraphMP | inline |
Dump(FILE *OutF=stdout) const | TNGraphMP | |
Empty() const | TNGraphMP | inline |
EndEI() const | TNGraphMP | inline |
EndNI() const | TNGraphMP | inline |
GetEdges() const | TNGraphMP | |
GetEI(const int &SrcNId, const int &DstNId) const | TNGraphMP | |
GetMxNId() const | TNGraphMP | inline |
GetNI(const int &NId) const | TNGraphMP | inline |
GetNIdV(TIntV &NIdV) const | TNGraphMP | |
GetNode(const int &NId) | TNGraphMP | inlineprivate |
GetNode(const int &NId) const | TNGraphMP | inlineprivate |
GetNodes() const | TNGraphMP | inline |
GetRndNI(TRnd &Rnd=TInt::Rnd) | TNGraphMP | inline |
GetRndNId(TRnd &Rnd=TInt::Rnd) | TNGraphMP | inline |
GetSmallGraph() | TNGraphMP | static |
HasFlag(const TGraphFlag &Flag) const | TNGraphMP | |
IsEdge(const int &SrcNId, const int &DstNId, const bool &IsDir=true) const | TNGraphMP | |
IsNode(const int &NId) const | TNGraphMP | inline |
IsOk(const bool &ThrowExcept=true) const | TNGraphMP | |
Load(TSIn &SIn) | TNGraphMP | inlinestatic |
MxNId | TNGraphMP | private |
New() | TNGraphMP | inlinestatic |
New(const int &Nodes, const int &Edges) | TNGraphMP | inlinestatic |
NodeH | TNGraphMP | private |
operator=(const TNGraphMP &Graph) | TNGraphMP | inline |
PNet typedef | TNGraphMP | |
Reserve(const int &Nodes, const int &Edges) | TNGraphMP | inline |
Reserved() const | TNGraphMP | inline |
ReserveNIdInDeg(const int &NId, const int &InDeg) | TNGraphMP | inline |
ReserveNIdOutDeg(const int &NId, const int &OutDeg) | TNGraphMP | inline |
ReserveNodeDegs(const int &Idx, const int &InDeg, const int &OutDeg) | TNGraphMP | inline |
Save(TSOut &SOut) const | TNGraphMP | inline |
SetNodes(const int &Length) | TNGraphMP | inline |
SortEdges(const int &Idx, const int &InDeg, const int &OutDeg) | TNGraphMP | inline |
SortNodeAdjV() | TNGraphMP | inline |
TNet typedef | TNGraphMP | |
TNGraphMP() | TNGraphMP | inline |
TNGraphMP(const int &Nodes, const int &Edges) | TNGraphMP | inlineexplicit |
TNGraphMP(const TNGraphMP &Graph) | TNGraphMP | inline |
TNGraphMP(TSIn &SIn) | TNGraphMP | inline |
TNGraphMPMtx class | TNGraphMP | friend |
TPt< TNGraphMP > class | TNGraphMP | friend |