|
SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
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...
#include <mmnet.h>

Public Member Functions | |
| TCrossEdge () | |
| TCrossEdge (const int &Id, const int &SourceNId, const int &DestNId) | |
| TCrossEdge (const TCrossEdge &MultiEdge) | |
| TCrossEdge (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| int | GetId () const |
| int | GetSrcNId () const |
| int | GetDstNId () const |
| size_t | GetMemUsed () const |
Private Attributes | |
| TInt | EId |
| TInt | SrcNId |
| TInt | DstNId |
Friends | |
| class | TCrossNet |
A single edge in the cross net. Has an Edge Id, and the source and destination node ids. (Mode ids are implicit from TCrossNet)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 142 of file mmnet.h.
References SrcNId.
Referenced by TMMNet::ToNetworkMP().

|
inline |
|
private |
Definition at line 132 of file mmnet.h.
Referenced by TCrossNet::DelEdge(), GetDstNId(), GetMemUsed(), and Save().
|
private |
Definition at line 131 of file mmnet.h.
Referenced by GetId(), GetMemUsed(), and Save().
|
private |
Definition at line 132 of file mmnet.h.
Referenced by TCrossNet::DelEdge(), GetMemUsed(), GetSrcNId(), and Save().