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

This is the complete list of members for TBigNet< TNodeData, IsDir >, including all inherited members.

AddEdge(const int &SrcNId, const int &DstNId)TBigNet< TNodeData, IsDir >
AddNode(int NId, const int &InDeg, const int &OutDeg)TBigNet< TNodeData, IsDir >
AddNode(int NId, const int &InDeg, const int &OutDeg, const TNodeDat &NodeDat)TBigNet< TNodeData, IsDir >
AddNode(int NId, const TIntV &InNIdV, const TIntV &OutNIdV)TBigNet< TNodeData, IsDir >
AddNode(int NId, const TIntV &InNIdV, const TIntV &OutNIdV, const TNodeDat &NodeDat)TBigNet< TNodeData, IsDir >
AddSorted(int *Beg, int *End, const int &Val)TBigNet< TNodeData, IsDir >protectedstatic
AddUndirNode(int NId, const int &Deg)TBigNet< TNodeData, IsDir >
AddUndirNode(int NId, const int &Deg, const TNodeDat &NodeDat)TBigNet< TNodeData, IsDir >
AddUndirNode(int NId, const TIntV &EdgeNIdV)TBigNet< TNodeData, IsDir >
AddUndirNode(int NId, const TIntV &EdgeNIdV, const TNodeDat &NodeDat)TBigNet< TNodeData, IsDir >
BegEI() const TBigNet< TNodeData, IsDir >inline
BegNI() const TBigNet< TNodeData, IsDir >inline
BinSearch(const int *Beg, const int *End, const int &Val)TBigNet< TNodeData, IsDir >protectedstatic
BinSearch2(const int *Beg, const int *End, const int &Val)TBigNet< TNodeData, IsDir >protectedstatic
Clr(const bool &DoDel=true)TBigNet< TNodeData, IsDir >inline
CompactEdgePool()TBigNet< TNodeData, IsDir >
CRefTBigNet< TNodeData, IsDir >protected
Defrag(const bool &OnlyNodeLinks=false)TBigNet< TNodeData, IsDir >inline
DelNId enum valueTBigNet< TNodeData, IsDir >
DelNode(int NId)TBigNet< TNodeData, IsDir >
Dump(const TStr &Desc=TStr()) const TBigNet< TNodeData, IsDir >
DumpFlags() const TBigNet< TNodeData, IsDir >
Empty() const TBigNet< TNodeData, IsDir >inline
EndEI() const TBigNet< TNodeData, IsDir >inline
EndNI() const TBigNet< TNodeData, IsDir >inline
FlagsTBigNet< TNodeData, IsDir >protected
GetDelEdges()TBigNet< TNodeData, IsDir >
GetEdges() const TBigNet< TNodeData, IsDir >inline
GetEI(const int &EId) const TBigNet< TNodeData, IsDir >
GetInNIdV(int NId, TIntV &OutNIdV) const TBigNet< TNodeData, IsDir >
GetInNIdVPt(const int &NId) const TBigNet< TNodeData, IsDir >inlineprotected
GetMxNId() const TBigNet< TNodeData, IsDir >inline
GetNDat(const int &NId)TBigNet< TNodeData, IsDir >inline
GetNDat(const int &NId) const TBigNet< TNodeData, IsDir >inline
GetNGraph(const bool &RenumberNodes=false) const TBigNet< TNodeData, IsDir >
GetNI(const int &NId) const TBigNet< TNodeData, IsDir >inline
GetNIdV(TIntV &NIdV) const TBigNet< TNodeData, IsDir >
GetNode(const int &NId) const TBigNet< TNodeData, IsDir >inlineprotected
GetNode(const int &NId)TBigNet< TNodeData, IsDir >inlineprotected
GetNodes() const TBigNet< TNodeData, IsDir >inline
GetOutNIdV(int NId, TIntV &OutNIdV) const TBigNet< TNodeData, IsDir >
GetOutNIdVPt(const int &NId) const TBigNet< TNodeData, IsDir >inlineprotected
GetRndNI(TRnd &Rnd=TInt::Rnd) const TBigNet< TNodeData, IsDir >inline
GetRndNId(TRnd &Rnd=TInt::Rnd) const TBigNet< TNodeData, IsDir >inline
GetSubGraph(const TIntV &NIdV, const bool &RenumberNodes=false) const TBigNet< TNodeData, IsDir >
GetSubGraph(const TIntV &NIdV, TBigNet *NewNet, const bool &RenumberNodes=false) const TBigNet< TNodeData, IsDir >
GetSubNGraph(const TIntV &NIdV) const TBigNet< TNodeData, IsDir >
HasFlag(const TGraphFlag &Flag) const TBigNet< TNodeData, IsDir >inline
InvertFromSources(uint ExpectNodes=0)TBigNet< TNodeData, IsDir >
IsEdge(const int &SrcNId, const int &DstNId, const bool &Dir=true) const TBigNet< TNodeData, IsDir >
IsIsoNode(const int &NId) const TBigNet< TNodeData, IsDir >
IsNode(const int &NId, TNode &Node) const TBigNet< TNodeData, IsDir >inlineprotected
IsNode(const int &NId) const TBigNet< TNodeData, IsDir >inline
IsOk() const TBigNet< TNodeData, IsDir >
IsolateNode(int NId)TBigNet< TNodeData, IsDir >
Load(TSIn &SIn)TBigNet< TNodeData, IsDir >inlinestatic
LoadNodeDatH(const TStr &InFNm, TNodeH &NodeH)TBigNet< TNodeData, IsDir >static
MxNIdTBigNet< TNodeData, IsDir >protected
New(const int &Nodes, const TSize &Edges, const bool &Sources=false)TBigNet< TNodeData, IsDir >inlinestatic
NodeHTBigNet< TNodeData, IsDir >protected
OnlySources() const TBigNet< TNodeData, IsDir >inline
operator=(const TBigNet &Net)TBigNet< TNodeData, IsDir >inline
PBigNet typedefTBigNet< TNodeData, IsDir >
PNet typedefTBigNet< TNodeData, IsDir >
PoolTBigNet< TNodeData, IsDir >protected
PVPool typedefTBigNet< TNodeData, IsDir >
Reserve(const int &Nodes, const TSize &Edges)TBigNet< TNodeData, IsDir >
Rewire(TRnd &Rnd=TInt::Rnd)TBigNet< TNodeData, IsDir >
Save(TSOut &SOut) const TBigNet< TNodeData, IsDir >virtual
SaveForDisk(const TStr &OutFNm) const TBigNet< TNodeData, IsDir >
SaveToDisk(const TStr &InFNm, const TStr &OutFNm, const bool &SaveSparseHash)TBigNet< TNodeData, IsDir >static
SetInNIdV(int NId, const TIntV &InNIdV)TBigNet< TNodeData, IsDir >
SetOutNIdV(int NId, const TIntV &OutNIdV)TBigNet< TNodeData, IsDir >
SortEdgeV()TBigNet< TNodeData, IsDir >
TBigNet(const int &Nodes, const TSize &Edges, const bool &Sources=false)TBigNet< TNodeData, IsDir >
TBigNet(TSIn &SIn)TBigNet< TNodeData, IsDir >inline
TNet typedefTBigNet< TNodeData, IsDir >
TNodeDat typedefTBigNet< TNodeData, IsDir >
TNodeH typedefTBigNet< TNodeData, IsDir >
TPt< TBigNet > classTBigNet< TNodeData, IsDir >friend
TVPool typedefTBigNet< TNodeData, IsDir >
~TBigNet()TBigNet< TNodeData, IsDir >inlinevirtual