|
SNAP Library 2.2, Developer Reference
2014-03-11 19:15:55
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 |
Private Attributes | |
| TInt | Id |
| TInt | SrcNId |
| TInt | DstNId |
Friends | |
| class | TNEANet |
| TNEANet::TEdge::TEdge | ( | ) | [inline] |
| TNEANet::TEdge::TEdge | ( | const int & | EId, |
| const int & | SourceNId, | ||
| const int & | DestNId | ||
| ) | [inline] |
| TNEANet::TEdge::TEdge | ( | const TEdge & | Edge | ) | [inline] |
| TNEANet::TEdge::TEdge | ( | TSIn & | SIn | ) | [inline] |
| int TNEANet::TEdge::GetDstNId | ( | ) | const [inline] |
Definition at line 1624 of file network.h.
Referenced by TNEANet::DelEdge(), TNEANet::DelNode(), TNEANet::TNodeI::GetNbrNId(), TNEANet::IsEdge(), and TNEANet::IsOk().
{ return DstNId; }

| int TNEANet::TEdge::GetId | ( | ) | const [inline] |
Definition at line 1622 of file network.h.
Referenced by TNEANet::IsEdge(), and TNEANet::IsOk().
{ return Id; }

| int TNEANet::TEdge::GetSrcNId | ( | ) | const [inline] |
Definition at line 1623 of file network.h.
Referenced by TNEANet::DelEdge(), TNEANet::DelNode(), TNEANet::TNodeI::GetNbrNId(), TNEANet::IsEdge(), and TNEANet::IsOk().
{ return SrcNId; }

| void TNEANet::TEdge::Save | ( | TSOut & | SOut | ) | const [inline] |
TInt TNEANet::TEdge::DstNId [private] |
TInt TNEANet::TEdge::Id [private] |
TInt TNEANet::TEdge::SrcNId [private] |