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 <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 | 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 | TNEGraph |
|
inline |
Definition at line 601 of file graph.h.
References GetInDeg(), and GetOutDeg().
|
inline |
Definition at line 600 of file graph.h.
References Id.
Referenced by TNEGraph::DelNode(), and TNEGraph::IsOk().
|
inline |
Definition at line 602 of file graph.h.
References InEIdV, and TVec< TVal, TSizeTy >::Len().
Referenced by TNEGraph::DelNode(), GetDeg(), TNEGraph::IsEdge(), TNEGraph::TNodeI::IsInNId(), and TNEGraph::IsOk().
|
inline |
Definition at line 604 of file graph.h.
References InEIdV.
Referenced by TNEGraph::DelNode(), GetNbrEId(), TNEGraph::IsEdge(), TNEGraph::TNodeI::IsInNId(), and TNEGraph::IsOk().
|
inline |
Definition at line 606 of file graph.h.
References GetInEId(), GetOutDeg(), and GetOutEId().
|
inline |
Definition at line 603 of file graph.h.
References TVec< TVal, TSizeTy >::Len(), and OutEIdV.
Referenced by TNEGraph::DelNode(), GetDeg(), GetNbrEId(), TNEGraph::IsEdge(), TNEGraph::IsOk(), and TNEGraph::TNodeI::IsOutNId().
|
inline |
Definition at line 605 of file graph.h.
References OutEIdV.
Referenced by TNEGraph::DelNode(), GetNbrEId(), TNEGraph::IsEdge(), TNEGraph::IsOk(), and TNEGraph::TNodeI::IsOutNId().
|
inline |
Definition at line 607 of file graph.h.
References InEIdV, and TVec< TVal, TSizeTy >::SearchBin().
|
inline |
Definition at line 608 of file graph.h.
References OutEIdV, and TVec< TVal, TSizeTy >::SearchBin().
|
inline |
Definition at line 599 of file graph.h.
References Id, InEIdV, OutEIdV, TVec< TVal, TSizeTy >::Save(), and TInt::Save().
|
private |
|
private |
Definition at line 593 of file graph.h.
Referenced by TNEGraph::AddEdge(), TNEGraph::Defrag(), TNEGraph::DelEdge(), GetInDeg(), GetInEId(), IsInEId(), TNEGraph::IsOk(), and Save().
|
private |
Definition at line 593 of file graph.h.
Referenced by TNEGraph::AddEdge(), TNEGraph::Defrag(), TNEGraph::DelEdge(), GetOutDeg(), GetOutEId(), TNEGraph::IsOk(), IsOutEId(), and Save().