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 <network.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 |
void | Load (TSIn &InStream) |
Private Attributes | |
TInt | Id |
TInt | SrcNId |
TInt | DstNId |
Friends | |
class | TNEANet |
|
inline |
|
inline |
Definition at line 1783 of file network.h.
Referenced by TNEANet::DelEdge(), TNEANet::DelNode(), TNEANet::TNodeI::GetNbrNId(), TNEANet::IsEdge(), and TNEANet::IsOk().
|
inline |
Definition at line 1781 of file network.h.
Referenced by TNEANet::IsEdge(), and TNEANet::IsOk().
|
inline |
Definition at line 1782 of file network.h.
Referenced by TNEANet::DelEdge(), TNEANet::DelNode(), TNEANet::TNodeI::GetNbrNId(), TNEANet::IsEdge(), and TNEANet::IsOk().
|
inline |
Definition at line 1780 of file network.h.
References TInt::Save().