SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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.
|
inline |
Definition at line 42 of file networkmp.h.
|
inline |
Definition at line 44 of file networkmp.h.
|
inline |
Definition at line 46 of file networkmp.h.
|
inline |
Definition at line 48 of file networkmp.h.
|
inline |
Definition at line 45 of file networkmp.h.
|
inline |
Definition at line 47 of file networkmp.h.
|
inline |
Definition at line 49 of file networkmp.h.
|
inline |
Definition at line 50 of file networkmp.h.
|
inline |
Definition at line 41 of file networkmp.h.
|
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.
|
private |
Definition at line 35 of file networkmp.h.