SNAP Library 2.4, Developer Reference
2015-05-11 19:40:56
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 600 of file graph.h.
References DstNId.
Referenced by TNEGraph::DelEdge(), TNEGraph::DelNode(), TNEGraph::TNodeI::GetNbrNId(), TNEGraph::IsEdge(), and TNEGraph::IsOk().
|
inline |
Definition at line 598 of file graph.h.
References Id.
Referenced by TNEGraph::IsEdge(), and TNEGraph::IsOk().
|
inline |
Definition at line 599 of file graph.h.
References SrcNId.
Referenced by TNEGraph::DelEdge(), TNEGraph::DelNode(), TNEGraph::TNodeI::GetNbrNId(), TNEGraph::IsEdge(), and TNEGraph::IsOk().
|
inline |
|
private |
Definition at line 591 of file graph.h.
Referenced by GetDstNId(), and Save().
|
private |
|
private |
Definition at line 591 of file graph.h.
Referenced by GetSrcNId(), and Save().