|
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 | GetInNId (const int &NodeN) const |
| int | GetOutNId (const int &NodeN) const |
| int | GetNbrNId (const int &NodeN) const |
| bool | IsInNId (const int &NId) const |
| bool | IsOutNId (const int &NId) const |
| bool | IsNbrNId (const int &NId) const |
| void | PackOutNIdV () |
| void | PackNIdV () |
| void | SortNIdV () |
| void | LoadShM (TShMIn &MStream) |
Private Attributes | |
| TInt | Id |
| TIntV | InNIdV |
| TIntV | OutNIdV |
Friends | |
| class | TDirNet |
| class | TDirNetMtx |
|
inline |
Definition at line 3981 of file network.h.
Referenced by TDirNet::DelNode(), TDirNet::Dump(), and TDirNet::IsOk().

|
inline |
Definition at line 3983 of file network.h.
References TVec< TVal, TSizeTy >::Len().
Referenced by TDirNet::DelNode(), TDirNet::Dump(), and TDirNet::IsOk().


|
inline |
Definition at line 3985 of file network.h.
Referenced by TDirNet::DelNode(), TDirNet::Dump(), and TDirNet::IsOk().

|
inline |
|
inline |
Definition at line 3984 of file network.h.
References TVec< TVal, TSizeTy >::Len().
Referenced by TDirNet::DelNode(), TDirNet::Dump(), and TDirNet::IsOk().


|
inline |
Definition at line 3986 of file network.h.
Referenced by TDirNet::DelNode(), TDirNet::Dump(), and TDirNet::IsOk().

|
inline |
Definition at line 3988 of file network.h.
References TVec< TVal, TSizeTy >::SearchBin().

|
inline |
|
inline |
Definition at line 3989 of file network.h.
References TVec< TVal, TSizeTy >::SearchBin().

|
inline |
Definition at line 3994 of file network.h.
References TVec< TVal, TSizeTy >::LoadShM().
Referenced by TDirNet::TNodeFunctor::operator()().


|
inline |
Definition at line 3992 of file network.h.
References TVec< TVal, TSizeTy >::Pack().

|
inline |
Definition at line 3991 of file network.h.
References TVec< TVal, TSizeTy >::Pack().

|
inline |
Definition at line 3980 of file network.h.
References TVec< TVal, TSizeTy >::Save(), and TInt::Save().

|
inline |
Definition at line 3993 of file network.h.
References TVec< TVal, TSizeTy >::Sort().

|
private |
Definition at line 3973 of file network.h.
Referenced by TDirNet::AddNode().
|
private |
Definition at line 3974 of file network.h.
Referenced by TDirNet::AddNode(), TDirNet::Defrag(), TDirNet::DelEdge(), TDirNet::DelNode(), and TDirNet::IsOk().
|
private |
Definition at line 3974 of file network.h.
Referenced by TDirNet::AddNode(), TDirNet::Defrag(), TDirNet::DelEdge(), TDirNet::DelNode(), and TDirNet::IsOk().