SNAP Library 2.1, Developer Reference  2013-09-25 10:47:25
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
TGraphEnumUtils Member List
This is the complete list of members for TGraphEnumUtils, including all inherited members.
GetEdges(uint64 graphId, int nodes, TVec< TPair< int, int > > &edges)TGraphEnumUtils [static]
GetGraph(uint64 graphId, int nodes, PNGraph &G)TGraphEnumUtils [static]
GetIndGraph(const PNGraph &G, const TIntV &sg, PNGraph &indG)TGraphEnumUtils [static]
GetIsoGraphs(uint64 graphId, int nodes, TVec< PNGraph > &isoG)TGraphEnumUtils [static]
GetIsoGraphs(const PNGraph &G, TVec< PNGraph > &isoG)TGraphEnumUtils [static]
GetMinAndGraphIds(const TVec< PNGraph > &isoG, TVec< uint64 > &graphIds)TGraphEnumUtils [static]
GetNormalizedGraph(const PNGraph &G, PNGraph &nG)TGraphEnumUtils [static]
GetNormalizedMap(const PNGraph &G, THash< TInt, TInt > &map)TGraphEnumUtils [private, static]
GetPermutations(TIntV &v, int start, TVec< TIntV > &perms)TGraphEnumUtils [private, static]
GraphId(const PNGraph &G)TGraphEnumUtils [static]
GraphId(const PNGraph &G, const TIntV &sg)TGraphEnumUtils [static]
IsEdge(const PNGraph &G, int SrcNId, int DstNId)TGraphEnumUtils [inline, static]