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 | |
TEdge () | |
TEdge (const int &EId, const int &SourceNId, const int &DestNId) | |
TEdge (const TEdge &Edge) | |
TEdge (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
int | GetId () const |
int | GetSrcNId () const |
int | GetDstNId () const |
Private Attributes | |
TInt | Id |
TInt | SrcNId |
TInt | DstNId |
Friends | |
class | TNEGraph |
|
inline |
|
inline |
Definition at line 702 of file graph.h.
References DstNId.
Referenced by TNEGraph::DelEdge(), TNEGraph::DelNode(), TNEGraph::TNodeI::GetNbrNId(), TNEGraph::IsEdge(), and TNEGraph::IsOk().
|
inline |
Definition at line 700 of file graph.h.
References Id.
Referenced by TNEGraph::IsEdge(), and TNEGraph::IsOk().
|
inline |
Definition at line 701 of file graph.h.
References SrcNId.
Referenced by TNEGraph::DelEdge(), TNEGraph::DelNode(), TNEGraph::TNodeI::GetNbrNId(), TNEGraph::IsEdge(), and TNEGraph::IsOk().
|
inline |
Definition at line 699 of file graph.h.
References TInt::Save().
|
private |
Definition at line 693 of file graph.h.
Referenced by GetDstNId().
|
private |
Definition at line 693 of file graph.h.
Referenced by GetSrcNId().