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
|
#include <graph.h>
Public Member Functions | |
TEdge () | |
TEdge (const int &EId, const int &SourceNId, const int &DestNId) | |
TEdge (const TEdge &Edge) | |
TEdge (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
int | GetId () const |
int | GetSrcNId () const |
int | GetDstNId () const |
Private Attributes | |
TInt | Id |
TInt | SrcNId |
TInt | DstNId |
Friends | |
class | TNEGraph |
|
inline |