|
SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|

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 | 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... | |
| 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< TUNGraph > | PUNGraph |
| Pointer to an undirected graph (TUNGraph) More... | |
| typedef TPt< TBPGraph > | PBPGraph |
| Pointer to a bipartitegraph graph (TBPGraph) More... | |
| typedef TPt< TNGraph > | PNGraph |
| Pointer to a directed graph (TNGraph) More... | |
| typedef TPt< TNEGraph > | PNEGraph |
| Pointer to a directed multigraph (TNEGraph) More... | |