SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
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 |
Definition at line 153 of file mmnet.h.
References TInt::GetMemUsed().
|
inline |
Definition at line 151 of file mmnet.h.
References SrcNId.
Referenced by TMMNet::ToNetworkMP().
|
inline |
Definition at line 149 of file mmnet.h.
References TInt::Save().
|
private |
Definition at line 141 of file mmnet.h.
Referenced by TCrossNet::DelEdge(), and GetDstNId().
|
private |
|
private |
Definition at line 141 of file mmnet.h.
Referenced by TCrossNet::DelEdge(), and GetSrcNId().