| 
    SNAP Library 2.2, User Reference
    2014-03-11 19:15:55
    
   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 | |
| namespace | TSnap | 
| Main namespace for all the Snap global entities.  | |
Typedefs | |
| typedef TPt< TUNGraph > | PUNGraph | 
| Pointer to an undirected graph (TUNGraph)   | |
| typedef TPt< TBPGraph > | PBPGraph | 
| Pointer to a bipartitegraph graph (TBPGraph)   | |
| typedef TPt< TNGraph > | PNGraph | 
| Pointer to a directed graph (TNGraph)   | |
| typedef TPt< TNEGraph > | PNEGraph | 
| Pointer to a directed multigraph (TNEGraph)   | |