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
|
Node container class. More...
#include <bignet.h>
Public Member Functions | |
TNode () | |
TNode (const int &InVecId, const int &OutVecId) | |
TNode (const int &InVecId, const int &OutVecId, const TNodeDat &NodeDat) | |
TNode (const TNode &Node) | |
TNode (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
bool | IsUnused () const |
Tests whether the node is deleted then it is unused (and its InVId==OutVId==-1) More... | |
Public Attributes | |
TInt | InVId |
Id of the vector storing nodes that point to the current node. More... | |
TInt | OutVId |
Id of the vector storing nodes that the current node points to. More... | |
TNodeDat | Dat |
Data associated with the node. More... | |
Node container class.
For memory efficiency we store edge lists in a vector pool.
|
inline |
Definition at line 37 of file bignet.h.
|
inline |
Definition at line 38 of file bignet.h.
|
inline |
Definition at line 39 of file bignet.h.
|
inline |
Definition at line 41 of file bignet.h.
|
inline |
Definition at line 42 of file bignet.h.
|
inline |
Tests whether the node is deleted then it is unused (and its InVId==OutVId==-1)
Definition at line 45 of file bignet.h.
|
inline |
Definition at line 43 of file bignet.h.