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 TNGraph, including all inherited members.
AddEdge(const int &SrcNId, const int &DstNId) | TNGraph | |
AddEdge(const TEdgeI &EdgeI) | TNGraph | inline |
AddEdge2(const int &SrcNId, const int &DstNId) | TNGraph | |
AddEdgeUnchecked(const int &SrcNId, const int &DstNId) | TNGraph | |
AddNode(int NId=-1) | TNGraph | |
AddNode(const TNodeI &NodeId) | TNGraph | inline |
AddNode(const int &NId, const TIntV &InNIdV, const TIntV &OutNIdV) | TNGraph | |
AddNode(const int &NId, const TVecPool< TInt > &Pool, const int &SrcVId, const int &DstVId) | TNGraph | |
AddNodeUnchecked(int NId=-1) | TNGraph | |
BegEI() const | TNGraph | inline |
BegNI() const | TNGraph | inline |
Clr() | TNGraph | inline |
CRef | TNGraph | private |
Defrag(const bool &OnlyNodeLinks=false) | TNGraph | |
DelEdge(const int &SrcNId, const int &DstNId, const bool &IsDir=true) | TNGraph | |
DelNode(const int &NId) | TNGraph | |
DelNode(const TNode &NodeI) | TNGraph | inline |
Dump(FILE *OutF=stdout) const | TNGraph | |
Empty() const | TNGraph | inline |
EndEI() const | TNGraph | inline |
EndNI() const | TNGraph | inline |
GetEdges() const | TNGraph | |
GetEI(const int &EId) const | TNGraph | |
GetEI(const int &SrcNId, const int &DstNId) const | TNGraph | |
GetMxNId() const | TNGraph | inline |
GetNI(const int &NId) const | TNGraph | inline |
GetNIdV(TIntV &NIdV) const | TNGraph | |
GetNode(const int &NId) | TNGraph | inlineprivate |
GetNode(const int &NId) const | TNGraph | inlineprivate |
GetNodes() const | TNGraph | inline |
GetRndNI(TRnd &Rnd=TInt::Rnd) | TNGraph | inline |
GetRndNId(TRnd &Rnd=TInt::Rnd) | TNGraph | inline |
GetSmallGraph() | TNGraph | static |
HasFlag(const TGraphFlag &Flag) const | TNGraph | |
IsEdge(const int &SrcNId, const int &DstNId, const bool &IsDir=true) const | TNGraph | |
IsNode(const int &NId) const | TNGraph | inline |
IsOk(const bool &ThrowExcept=true) const | TNGraph | |
Load(TSIn &SIn) | TNGraph | inlinestatic |
MxNId | TNGraph | private |
New() | TNGraph | inlinestatic |
New(const int &Nodes, const int &Edges) | TNGraph | inlinestatic |
NodeH | TNGraph | private |
operator=(const TNGraph &Graph) | TNGraph | inline |
PNet typedef | TNGraph | |
Reserve(const int &Nodes, const int &Edges) | TNGraph | inline |
ReserveNIdInDeg(const int &NId, const int &InDeg) | TNGraph | inline |
ReserveNIdOutDeg(const int &NId, const int &OutDeg) | TNGraph | inline |
Save(TSOut &SOut) const | TNGraph | inline |
SortNodeAdjV() | TNGraph | inline |
TNet typedef | TNGraph | |
TNGraph() | TNGraph | inline |
TNGraph(const int &Nodes, const int &Edges) | TNGraph | inlineexplicit |
TNGraph(const TNGraph &Graph) | TNGraph | inline |
TNGraph(TSIn &SIn) | TNGraph | inline |
TNGraphMtx class | TNGraph | friend |
TPt< TNGraph > class | TNGraph | friend |