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