SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
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 151 of file mmnet.h.
References SrcNId.
Referenced by TMMNet::ToNetworkMP().
|
inline |
|
private |
Definition at line 141 of file mmnet.h.
Referenced by TCrossNet::DelEdge(), GetDstNId(), GetMemUsed(), and Save().
|
private |
Definition at line 140 of file mmnet.h.
Referenced by GetId(), GetMemUsed(), and Save().
|
private |
Definition at line 141 of file mmnet.h.
Referenced by TCrossNet::DelEdge(), GetMemUsed(), GetSrcNId(), and Save().