SNAP Library 3.0, User 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 | TNEANetMP |
Directed multigraph with node edge attributes. More... | |
class | TNEANetMP::TNode |
class | TNEANetMP::TEdge |
class | TNEANetMP::TNodeI |
Node iterator. Only forward iteration (operator++) is supported. More... | |
class | TNEANetMP::TEdgeI |
Edge iterator. Only forward iteration (operator++) is supported. More... | |
class | TNEANetMP::TAIntI |
Node/edge integer attribute iterator. Iterates through all nodes/edges for one integer attribute. More... | |
class | TNEANetMP::TAStrI |
Node/edge string attribute iterator. Iterates through all nodes/edges for one string attribute. More... | |
class | TNEANetMP::TAFltI |
Node/edge float attribute iterator. Iterates through all nodes/edges for one float attribute. More... | |
struct | TSnap::IsMultiGraph< TNEANetMP > |
struct | TSnap::IsDirected< TNEANetMP > |
Namespaces | |
TSnap | |
Main namespace for all the Snap global entities. | |
Typedefs | |
typedef TPt< TNEANetMP > | PNEANetMP |
Pointer to a directed attribute multigraph (TNEANetMP) More... | |