|
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
|
Edge iterator. Only forward iteration (operator++) is supported. More...
#include <network.h>

Public Member Functions | |
| TEdgeI () | |
| TEdgeI (const THashIter &EdgeHIter, const TNEANet *GraphPt) | |
| TEdgeI (const TEdgeI &EdgeI) | |
| TEdgeI & | operator= (const TEdgeI &EdgeI) |
| TEdgeI & | operator++ (int) |
| Increment iterator. More... | |
| bool | operator< (const TEdgeI &EdgeI) const |
| bool | operator== (const TEdgeI &EdgeI) const |
| int | GetId () const |
| Returns edge ID. More... | |
| int | GetSrcNId () const |
| Returns the source of the edge. More... | |
| int | GetDstNId () const |
| Returns the destination of the edge. More... | |
| void | GetAttrNames (TStrV &Names) const |
| Gets vector of attribute names. More... | |
| void | GetAttrVal (TStrV &Val) const |
| Gets vector of attribute values. More... | |
| void | GetIntAttrNames (TStrV &Names) const |
| Gets vector of int attribute names. More... | |
| void | GetIntAttrVal (TIntV &Val) const |
| Gets vector of int attribute values. More... | |
| void | GetStrAttrNames (TStrV &Names) const |
| Gets vector of str attribute names. More... | |
| void | GetStrAttrVal (TStrV &Val) const |
| Gets vector of str attribute values. More... | |
| void | GetFltAttrNames (TStrV &Names) const |
| Gets vector of flt attribute names. More... | |
| void | GetFltAttrVal (TFltV &Val) const |
| Gets vector of flt attribute values. More... | |
Private Types | |
| typedef THash< TInt, TEdge >::TIter | THashIter |
Private Attributes | |
| THashIter | EdgeHI |
| const TNEANet * | Graph |
Friends | |
| class | TNEANet |
Edge iterator. Only forward iteration (operator++) is supported.
|
private |
|
inline |
Gets vector of attribute names.
Definition at line 1720 of file network.h.
|
inline |
Gets vector of attribute values.
Definition at line 1722 of file network.h.
|
inline |
Returns the destination of the edge.
Definition at line 1718 of file network.h.
Referenced by TNEANet::AddEdge(), TSnap::FindAugV(), and TSnap::GetMaxFlowIntEK().

|
inline |
Gets vector of flt attribute names.
Definition at line 1732 of file network.h.
|
inline |
Gets vector of flt attribute values.
Definition at line 1734 of file network.h.
|
inline |
Returns edge ID.
Definition at line 1714 of file network.h.
Referenced by TNEANet::AddEdge(), TNEANet::AddFltAttrDatE(), TNEANet::AddIntAttrDatE(), TNEANet::AddStrAttrDatE(), TNEANet::DelAttrDatE(), TNEANet::GetFltAttrDatE(), TNEANet::GetFltAttrIndDatE(), TNEANet::GetIntAttrDatE(), TNEANet::GetIntAttrIndDatE(), TNEANet::GetStrAttrDatE(), and TNEANet::GetStrAttrIndDatE().

|
inline |
Gets vector of int attribute names.
Definition at line 1724 of file network.h.
|
inline |
Gets vector of int attribute values.
Definition at line 1726 of file network.h.
|
inline |
Returns the source of the edge.
Definition at line 1716 of file network.h.
Referenced by TNEANet::AddEdge(), TSnap::FindAugV(), and TSnap::GetMaxFlowIntEK().

|
inline |
Gets vector of str attribute names.
Definition at line 1728 of file network.h.
|
inline |
Gets vector of str attribute values.
Definition at line 1730 of file network.h.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 1702 of file network.h.
Referenced by operator<(), operator=(), and operator==().
|
private |
Definition at line 1703 of file network.h.
Referenced by operator=().