SNAP Library 2.4, User 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 |
|
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 |
|
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 |
|
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 |