|
SNAP Library 2.4, User Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <network.h>
Public Member Functions | |
| TEdge () | |
| TEdge (const int &EId, const int &SourceNId, const int &DestNId) | |
| TEdge (const int &EId, const int &SourceNId, const int &DestNId, const TEdgeData &EdgeData) | |
| TEdge (const TEdge &Edge) | |
| TEdge (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| bool | operator< (const TEdge &Edge) const |
| int | GetId () const |
| int | GetSrcNId () const |
| int | GetDstNId () const |
| const TEdgeData & | GetDat () const |
| TEdgeData & | GetDat () |
Private Attributes | |
| TInt | Id |
| TInt | SrcNId |
| TInt | DstNId |
| TEdgeData | EdgeDat |
Friends | |
| class | TNodeEdgeNet |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |
|
private |
|
private |
|
private |