SNAP Library 2.3, Developer Reference
2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <graph.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 | IsNbrNId (const int &NId) const |
bool | IsInNId (const int &NId) const |
bool | IsOutNId (const int &NId) const |
void | PackOutNIdV () |
void | PackNIdV () |
Private Attributes | |
TInt | Id |
TIntV | NIdV |
TNodeTy | NodeTy |
Friends | |
class | TBPGraph |
|
inline |
Definition at line 837 of file graph.h.
|
inline |
Definition at line 838 of file graph.h.
|
inline |
|
inline |
Definition at line 843 of file graph.h.
References TVec< TVal, TSizeTy >::Len(), and NIdV.
Referenced by TBPGraph::Dump(), GetInDeg(), and GetOutDeg().
|
inline |
Definition at line 842 of file graph.h.
References Id.
Referenced by TBPGraph::DelNode(), and TBPGraph::Dump().
|
inline |
|
inline |
Definition at line 846 of file graph.h.
References GetNbrNId().
|
inline |
Definition at line 848 of file graph.h.
References NIdV.
Referenced by TBPGraph::Dump(), GetInNId(), and GetOutNId().
|
inline |
Definition at line 845 of file graph.h.
References GetDeg().
Referenced by TBPGraph::DelNode().
|
inline |
Definition at line 847 of file graph.h.
References GetNbrNId().
Referenced by TBPGraph::DelNode().
|
inline |
Definition at line 850 of file graph.h.
References IsNbrNId().
|
inline |
Definition at line 849 of file graph.h.
References NIdV, and TVec< TVal, TSizeTy >::SearchBin().
Referenced by IsInNId(), and IsOutNId().
|
inline |
Definition at line 851 of file graph.h.
References IsNbrNId().
|
inline |
Definition at line 853 of file graph.h.
References NIdV, and TVec< TVal, TSizeTy >::Pack().
|
inline |
Definition at line 852 of file graph.h.
References NIdV, and TVec< TVal, TSizeTy >::Pack().
|
inline |
Definition at line 841 of file graph.h.
References Id, NIdV, NodeTy, TVec< TVal, TSizeTy >::Save(), and TInt::Save().
|
private |
|
private |
Definition at line 834 of file graph.h.
Referenced by TBPGraph::DelNode(), GetDeg(), GetNbrNId(), IsNbrNId(), PackNIdV(), PackOutNIdV(), and Save().
|
private |