SNAP Library 2.0, User Reference  2013-05-13 16:33:57
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
TNGraph Member List
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]
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
BegEI() const TNGraph [inline]
BegNI() const TNGraph [inline]
Clr()TNGraph [inline]
CRefTNGraph [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 [inline, private]
GetNode(const int &NId) const TNGraph [inline, private]
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 [inline, static]
MxNIdTNGraph [private]
New()TNGraph [inline, static]
New(const int &Nodes, const int &Edges)TNGraph [inline, static]
NodeHTNGraph [private]
operator=(const TNGraph &Graph)TNGraph [inline]
PNet typedefTNGraph
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]
TNet typedefTNGraph
TNGraph()TNGraph [inline]
TNGraph(const int &Nodes, const int &Edges)TNGraph [inline, explicit]
TNGraph(const TNGraph &Graph)TNGraph [inline]
TNGraph(TSIn &SIn)TNGraph [inline]
TNGraphMtx classTNGraph [friend]
TPt< TNGraph > classTNGraph [friend]