SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <network.h>
Public Member Functions | |
TAFltVI () | |
TAFltVI (const TFltVVecIter &HIter, const TFltHVecIter &HHIter, TStr attribute, bool isEdgeIter, const TNEANet *GraphPt, bool is_dense) | |
TAFltVI (const TAFltVI &I) | |
TAFltVI & | operator= (const TAFltVI &I) |
bool | operator< (const TAFltVI &I) const |
bool | operator== (const TAFltVI &I) const |
TFltV | GetDat () const |
Returns an attribute of the node. More... | |
TAFltVI & | operator++ (int) |
Private Types | |
typedef TVec< TFltV >::TIter | TFltVVecIter |
typedef THash< TInt, TFltV >::TIter | TFltHVecIter |
Private Attributes | |
TFltVVecIter | HI |
bool | IsDense |
TFltHVecIter | HHI |
bool | isNode |
TStr | attr |
const TNEANet * | Graph |
Friends | |
class | TNEANet |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
Returns an attribute of the node.
Definition at line 1978 of file network.h.
References TVec< TVal, TSizeTy >::GetDat().
|
inline |
|
inline |
|
private |
Definition at line 1966 of file network.h.
Referenced by operator=().
|
private |
Definition at line 1967 of file network.h.
Referenced by operator=().
|
private |
Definition at line 1964 of file network.h.
Referenced by operator<(), operator=(), and operator==().
|
private |
Definition at line 1961 of file network.h.
Referenced by operator<(), operator=(), and operator==().
|
private |
Definition at line 1965 of file network.h.
Referenced by operator=(), and TAFltVI().