|
SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
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 694 of file graph.h.
References DstNId.
Referenced by TNEGraph::DelEdge(), TNEGraph::DelNode(), TNEGraph::TNodeI::GetNbrNId(), TNEGraph::IsEdge(), and TNEGraph::IsOk().

|
inline |
Definition at line 692 of file graph.h.
References Id.
Referenced by TNEGraph::IsEdge(), and TNEGraph::IsOk().

|
inline |
Definition at line 693 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 685 of file graph.h.
Referenced by GetDstNId(), and Save().
|
private |
|
private |
Definition at line 685 of file graph.h.
Referenced by GetSrcNId(), and Save().