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 <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 681 of file graph.h.
References GetInDeg(), and GetOutDeg().
|
inline |
Definition at line 680 of file graph.h.
References Id.
Referenced by TNEGraph::DelNode(), and TNEGraph::IsOk().
|
inline |
Definition at line 682 of file graph.h.
References TVec< TVal, TSizeTy >::Len().
Referenced by TNEGraph::DelNode(), GetDeg(), TNEGraph::IsEdge(), TNEGraph::TNodeI::IsInNId(), and TNEGraph::IsOk().
|
inline |
Definition at line 684 of file graph.h.
Referenced by TNEGraph::DelNode(), GetNbrEId(), TNEGraph::IsEdge(), TNEGraph::TNodeI::IsInNId(), and TNEGraph::IsOk().
|
inline |
Definition at line 686 of file graph.h.
References GetInEId(), GetOutDeg(), and GetOutEId().
|
inline |
Definition at line 683 of file graph.h.
References TVec< TVal, TSizeTy >::Len().
Referenced by TNEGraph::DelNode(), GetDeg(), GetNbrEId(), TNEGraph::IsEdge(), TNEGraph::IsOk(), and TNEGraph::TNodeI::IsOutNId().
|
inline |
Definition at line 685 of file graph.h.
Referenced by TNEGraph::DelNode(), GetNbrEId(), TNEGraph::IsEdge(), TNEGraph::IsOk(), and TNEGraph::TNodeI::IsOutNId().
|
inline |
Definition at line 687 of file graph.h.
References TVec< TVal, TSizeTy >::SearchBin().
|
inline |
Definition at line 688 of file graph.h.
References TVec< TVal, TSizeTy >::SearchBin().
|
inline |
Definition at line 679 of file graph.h.
References TVec< TVal, TSizeTy >::Save(), and TInt::Save().
|
private |
Definition at line 673 of file graph.h.
Referenced by TNEGraph::AddEdge(), TNEGraph::Defrag(), TNEGraph::DelEdge(), and TNEGraph::IsOk().
|
private |
Definition at line 673 of file graph.h.
Referenced by TNEGraph::AddEdge(), TNEGraph::Defrag(), TNEGraph::DelEdge(), and TNEGraph::IsOk().