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
|
#include <network.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 |
void | LoadShM (TShMIn &MStream) |
Private Attributes | |
TInt | Id |
TIntV | InEIdV |
TIntV | OutEIdV |
Friends | |
class | TNEANet |
|
inline |
Definition at line 1756 of file network.h.
Referenced by TNEANet::DelNode(), and TNEANet::IsOk().
|
inline |
Definition at line 1758 of file network.h.
References TVec< TVal, TSizeTy >::Len().
Referenced by TNEANet::DelNode(), TNEANet::IsEdge(), TNEANet::TNodeI::IsInNId(), and TNEANet::IsOk().
|
inline |
Definition at line 1760 of file network.h.
Referenced by TNEANet::DelNode(), TNEANet::IsEdge(), TNEANet::TNodeI::IsInNId(), and TNEANet::IsOk().
|
inline |
|
inline |
Definition at line 1759 of file network.h.
References TVec< TVal, TSizeTy >::Len().
Referenced by TNEANet::DelNode(), TNEANet::IsEdge(), TNEANet::IsOk(), and TNEANet::TNodeI::IsOutNId().
|
inline |
Definition at line 1761 of file network.h.
Referenced by TNEANet::DelNode(), TNEANet::IsEdge(), TNEANet::IsOk(), and TNEANet::TNodeI::IsOutNId().
|
inline |
Definition at line 1763 of file network.h.
References TVec< TVal, TSizeTy >::SearchBin().
|
inline |
Definition at line 1764 of file network.h.
References TVec< TVal, TSizeTy >::SearchBin().
|
inline |
Definition at line 1765 of file network.h.
References TVec< TVal, TSizeTy >::LoadShM().
Referenced by TNEANet::LoadTNodeFunctor::operator()().
|
inline |
Definition at line 1755 of file network.h.
References TVec< TVal, TSizeTy >::Save(), and TInt::Save().
|
private |
Definition at line 1749 of file network.h.
Referenced by TNEANet::AddEdge(), TNEANet::Defrag(), TNEANet::DelEdge(), and TNEANet::IsOk().
|
private |
Definition at line 1749 of file network.h.
Referenced by TNEANet::AddEdge(), TNEANet::Defrag(), TNEANet::DelEdge(), TNEANet::GetWeightOutEdges(), and TNEANet::IsOk().