SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 TNodeEdgeNet *NetPt) | |
TEdgeI (const TEdgeI &EdgeI) | |
TEdgeI & | operator= (const TEdgeI &EdgeI) |
TEdgeI & | operator++ (int) |
bool | operator< (const TEdgeI &EdgeI) const |
bool | operator== (const TEdgeI &EdgeI) const |
int | GetId () const |
Gets edge ID. More... | |
int | GetSrcNId () const |
Gets the source of an edge. More... | |
int | GetDstNId () const |
Gets destination of an edge. More... | |
const TEdgeData & | operator() () const |
TEdgeData & | operator() () |
const TEdgeData & | GetDat () const |
TEdgeData & | GetDat () |
const TNodeData & | GetSrcNDat () const |
TNodeData & | GetSrcNDat () |
const TNodeData & | GetDstNDat () const |
TNodeData & | GetDstNDat () |
Private Types | |
typedef THash< TInt, TEdge >::TIter | THashIter |
Private Attributes | |
THashIter | EdgeHI |
TNodeEdgeNet * | Net |
Friends | |
class | TNodeEdgeNet |
Edge iterator. Only forward iteration (operator++) is supported.
|
private |
|
inline |
|
inline |
Definition at line 1120 of file network.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1138 of file network.h.
|
inline |
Definition at line 1139 of file network.h.
|
inline |
|
inline |
|
inline |
Definition at line 1136 of file network.h.
|
inline |
Definition at line 1137 of file network.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |
|
private |