|
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
|
#include <networkmp.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 | TNEANetMP |
Definition at line 53 of file networkmp.h.
|
inline |
Definition at line 57 of file networkmp.h.
|
inline |
Definition at line 58 of file networkmp.h.
|
inline |
Definition at line 59 of file networkmp.h.
|
inline |
Definition at line 60 of file networkmp.h.
|
inline |
Definition at line 64 of file networkmp.h.
References DstNId.
Referenced by TNEANetMP::TNodeI::GetNbrNId(), TNEANetMP::IsEdge(), and TNEANetMP::IsOk().

|
inline |
Definition at line 62 of file networkmp.h.
References Id.
Referenced by TNEANetMP::IsEdge(), and TNEANetMP::IsOk().

|
inline |
Definition at line 63 of file networkmp.h.
References SrcNId.
Referenced by TNEANetMP::TNodeI::GetNbrNId(), TNEANetMP::IsEdge(), and TNEANetMP::IsOk().

|
inline |
Definition at line 61 of file networkmp.h.
References DstNId, Id, TInt::Save(), and SrcNId.

|
friend |
Definition at line 65 of file networkmp.h.
|
private |
Definition at line 55 of file networkmp.h.
Referenced by GetDstNId(), and Save().
|
private |
Definition at line 55 of file networkmp.h.
|
private |
Definition at line 55 of file networkmp.h.
Referenced by GetSrcNId(), and Save().