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
graph.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TUNGraph
 Undirected graph. More...
 
class  TUNGraph::TNode
 
class  TUNGraph::TNodeI
 Node iterator. Only forward iteration (operator++) is supported. More...
 
class  TUNGraph::TEdgeI
 Edge iterator. Only forward iteration (operator++) is supported. More...
 
class  TUNGraph::TLoadTNodeInitializer
 
class  TNGraph
 Directed graph. More...
 
class  TNGraph::TNode
 
class  TNGraph::TNodeI
 Node iterator. Only forward iteration (operator++) is supported. More...
 
class  TNGraph::TEdgeI
 Edge iterator. Only forward iteration (operator++) is supported. More...
 
class  TNGraph::TLoadTNodeInitializer
 
struct  TSnap::IsDirected< TNGraph >
 
class  TNEGraph
 Directed multigraph. More...
 
class  TNEGraph::TNode
 
class  TNEGraph::TEdge
 
class  TNEGraph::TNodeI
 Node iterator. Only forward iteration (operator++) is supported. More...
 
class  TNEGraph::TEdgeI
 Edge iterator. Only forward iteration (operator++) is supported. More...
 
struct  TSnap::IsMultiGraph< TNEGraph >
 
struct  TSnap::IsDirected< TNEGraph >
 
class  TBPGraph
 Bipartite graph. More...
 
class  TBPGraph::TNode
 
class  TBPGraph::TNodeI
 Node iterator. Only forward iteration (operator++) is supported. More...
 
class  TBPGraph::TEdgeI
 Edge iterator. Only forward iteration (operator++) is supported. More...
 
struct  TSnap::IsBipart< TBPGraph >
 

Namespaces

 TSnap
 Main namespace for all the Snap global entities.
 

Typedefs

typedef TPt< TUNGraphPUNGraph
 Pointer to an undirected graph (TUNGraph) More...
 
typedef TPt< TBPGraphPBPGraph
 Pointer to a bipartitegraph graph (TBPGraph) More...
 
typedef TPt< TNGraphPNGraph
 Pointer to a directed graph (TNGraph) More...
 
typedef TPt< TNEGraphPNEGraph
 Pointer to a directed multigraph (TNEGraph) More...
 

Typedef Documentation

typedef TPt<TBPGraph> PBPGraph

Pointer to a bipartitegraph graph (TBPGraph)

Definition at line 11 of file graph.h.

typedef TPt<TNEGraph> PNEGraph

Pointer to a directed multigraph (TNEGraph)

Definition at line 21 of file graph.h.

typedef TPt<TNGraph> PNGraph

Pointer to a directed graph (TNGraph)

Definition at line 16 of file graph.h.

typedef TPt<TUNGraph> PUNGraph

Pointer to an undirected graph (TUNGraph)

Definition at line 5 of file graph.h.