|
SNAP Library 4.1, User Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Node/edge float attribute iterator. Iterates through all nodes/edges for one float attribute. More...
#include <network.h>
Public Member Functions | |
| TAFltI () | |
| TAFltI (const TFltVecIter &HIter, TStr attribute, bool isEdgeIter, const TNEANet *GraphPt) | |
| TAFltI (const TAFltI &I) | |
| TAFltI & | operator= (const TAFltI &I) |
| bool | operator< (const TAFltI &I) const |
| bool | operator== (const TAFltI &I) const |
| TFlt | GetDat () const |
| Returns an attribute of the node. More... | |
| bool | IsDeleted () const |
| Returns true if the attribute has been deleted. More... | |
| TAFltI & | operator++ (int) |
Private Types | |
| typedef TFltV::TIter | TFltVecIter |
Private Attributes | |
| TFltVecIter | HI |
| bool | isNode |
| TStr | attr |
| const TNEANet * | Graph |
Friends | |
| class | TNEANet |
Node/edge float attribute iterator. Iterates through all nodes/edges for one float attribute.
|
private |
|
inline |
|
inline |
|
inline |
Returns true if the attribute has been deleted.
Definition at line 1999 of file network.h.
|
inline |
|
inline |
|
private |