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 | TModeNet |
The nodes of one particular mode in a TMMNet, and their neighbor vectors as TIntV attributes. More... | |
class | TModeNet::TNodeI |
Node iterator. Only forward iteration (operator++) is supported. More... | |
class | TCrossNet |
Implements a single CrossNet consisting of edges between two TModeNets (could be the same TModeNet) More... | |
class | TCrossNet::TCrossEdge |
A single edge in the cross net. Has an Edge Id, and the source and destination node ids. (Mode ids are implicit from TCrossNet) More... | |
class | TCrossNet::TCrossEdgeI |
Edge iterator. Only forward iteration (operator++) is supported. More... | |
class | TCrossNet::TAIntI |
Node/edge integer attribute iterator. Iterates through all nodes/edges for one integer attribute. More... | |
class | TCrossNet::TAStrI |
Node/edge string attribute iterator. Iterates through all nodes/edges for one string attribute. More... | |
class | TCrossNet::TAFltI |
Node/edge float attribute iterator. Iterates through all nodes/edges for one float attribute. More... | |
class | TMMNet |
Multimodal networks. More... | |
class | TMMNet::TModeNetI |
TModeNet iterator. Only forward iteration (operator++) is supported. More... | |
class | TMMNet::TCrossNetI |
TCrossNet iterator. Only forward iteration (operator++) is supported. More... | |
struct | TSnap::IsMultiGraph< TModeNet > |
struct | TSnap::IsDirected< TModeNet > |
Namespaces | |
TSnap | |
Main namespace for all the Snap global entities. | |
Typedefs | |
typedef TPt< TMMNet > | PMMNet |