SNAP Library , Developer Reference  2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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 > [protected, static]
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 > [protected, static]
BinSearch2(const int *Beg, const int *End, const int &Val)TBigNet< TNodeData, IsDir > [protected, static]
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 > [inline, protected]
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 > [inline, protected]
GetNode(const int &NId)TBigNet< TNodeData, IsDir > [inline, protected]
GetNodes() const TBigNet< TNodeData, IsDir > [inline]
GetOutNIdV(int NId, TIntV &OutNIdV) const TBigNet< TNodeData, IsDir >
GetOutNIdVPt(const int &NId) const TBigNet< TNodeData, IsDir > [inline, protected]
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 > [inline, protected]
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 > [inline, static]
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 > [inline, static]
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]
PPool 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 >
TPool typedefTBigNet< TNodeData, IsDir >
TPt< TBigNet > classTBigNet< TNodeData, IsDir > [friend]
~TBigNet()TBigNet< TNodeData, IsDir > [inline, virtual]