SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <networkmp.h>
Public Member Functions | |
TNode () | |
TNode (const int &NId) | |
TNode (const TNode &Node) | |
TNode (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
int | GetId () const |
int | GetDeg () const |
int | GetInDeg () const |
int | GetOutDeg () const |
int | GetInEId (const int &EdgeN) const |
int | GetOutEId (const int &EdgeN) const |
int | GetNbrEId (const int &EdgeN) const |
bool | IsInEId (const int &EId) const |
bool | IsOutEId (const int &EId) const |
Private Attributes | |
TInt | Id |
TIntV | InEIdV |
TIntV | OutEIdV |
Friends | |
class | TNEANetMP |
Definition at line 32 of file networkmp.h.
|
inline |
Definition at line 37 of file networkmp.h.
|
inline |
Definition at line 38 of file networkmp.h.
|
inline |
Definition at line 39 of file networkmp.h.
|
inline |
Definition at line 40 of file networkmp.h.
|
inline |
Definition at line 43 of file networkmp.h.
References GetInDeg(), and GetOutDeg().
|
inline |
Definition at line 42 of file networkmp.h.
References Id.
Referenced by TNEANetMP::IsOk().
|
inline |
Definition at line 44 of file networkmp.h.
References InEIdV, and TVec< TVal, TSizeTy >::Len().
Referenced by GetDeg(), TNEANetMP::IsEdge(), TNEANetMP::TNodeI::IsInNId(), and TNEANetMP::IsOk().
|
inline |
Definition at line 46 of file networkmp.h.
References InEIdV.
Referenced by GetNbrEId(), TNEANetMP::IsEdge(), TNEANetMP::TNodeI::IsInNId(), and TNEANetMP::IsOk().
|
inline |
Definition at line 48 of file networkmp.h.
References GetInEId(), GetOutDeg(), and GetOutEId().
|
inline |
Definition at line 45 of file networkmp.h.
References TVec< TVal, TSizeTy >::Len(), and OutEIdV.
Referenced by GetDeg(), GetNbrEId(), TNEANetMP::IsEdge(), TNEANetMP::IsOk(), and TNEANetMP::TNodeI::IsOutNId().
|
inline |
Definition at line 47 of file networkmp.h.
References OutEIdV.
Referenced by GetNbrEId(), TNEANetMP::IsEdge(), TNEANetMP::IsOk(), and TNEANetMP::TNodeI::IsOutNId().
|
inline |
Definition at line 49 of file networkmp.h.
References InEIdV, and TVec< TVal, TSizeTy >::SearchBin().
|
inline |
Definition at line 50 of file networkmp.h.
References OutEIdV, and TVec< TVal, TSizeTy >::SearchBin().
|
inline |
Definition at line 41 of file networkmp.h.
References Id, InEIdV, OutEIdV, TVec< TVal, TSizeTy >::Save(), and TInt::Save().
|
friend |
Definition at line 51 of file networkmp.h.
|
private |
Definition at line 34 of file networkmp.h.
|
private |
Definition at line 35 of file networkmp.h.
Referenced by TNEANetMP::AddEdge(), TNEANetMP::Defrag(), GetInDeg(), GetInEId(), IsInEId(), TNEANetMP::IsOk(), and Save().
|
private |
Definition at line 35 of file networkmp.h.
Referenced by TNEANetMP::AddEdge(), TNEANetMP::Defrag(), GetOutDeg(), GetOutEId(), TNEANetMP::GetWeightOutEdges(), TNEANetMP::IsOk(), IsOutEId(), and Save().