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 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 | GetIntVAttrNames (TStrV &Names) const |
Gets vector of int attribute names. More... | |
void | GetIntVAttrVal (TVec< 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 1728 of file network.h.
|
inline |
Gets vector of attribute values.
Definition at line 1730 of file network.h.
|
inline |
|
inline |
Gets vector of flt attribute names.
Definition at line 1744 of file network.h.
|
inline |
Gets vector of flt attribute values.
Definition at line 1746 of file network.h.
|
inline |
|
inline |
Gets vector of int attribute names.
Definition at line 1732 of file network.h.
|
inline |
Gets vector of int attribute values.
Definition at line 1734 of file network.h.
|
inline |
Gets vector of int attribute names.
Definition at line 1736 of file network.h.
Gets vector of int attribute values.
Definition at line 1738 of file network.h.
|
inline |
|
inline |
Gets vector of str attribute names.
Definition at line 1740 of file network.h.
|
inline |
Gets vector of str attribute values.
Definition at line 1742 of file network.h.
|
inline |
|
inline |
|
inline |