|
SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
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 () |
Private Attributes | |
| TInt | Id |
| TIntV | InNIdV |
| TIntV | OutNIdV |
Friends | |
| class | TDirNet |
| class | TDirNetMtx |
|
inline |
Definition at line 3282 of file network.h.
Referenced by TDirNet::DelNode(), TDirNet::Dump(), and TDirNet::IsOk().

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

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

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

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

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