|
SNAP Library 4.1, Developer 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 <mmnet.h>

Public Member Functions | |
| TAFltI () | |
| TAFltI (const TFltVecIter &HIter, TStr attribute, const TCrossNet *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 |
| TStr | attr |
| const TCrossNet * | Graph |
Friends | |
| class | TCrossNet |
Node/edge float attribute iterator. Iterates through all nodes/edges for one float attribute.
|
private |
|
inline |
|
inline |
Returns an attribute of the node.
Definition at line 248 of file mmnet.h.
References HI.
Referenced by IsDeleted().

|
inline |
Returns true if the attribute has been deleted.
Definition at line 250 of file mmnet.h.
References attr, GetDat(), TCrossNet::GetFltAttrDefaultE(), and Graph.

|
inline |
|
inline |
|
inline |
|
private |
Definition at line 238 of file mmnet.h.
Referenced by IsDeleted(), operator=(), and TAFltI().
|
private |
Definition at line 239 of file mmnet.h.
Referenced by IsDeleted(), and operator=().
|
private |
Definition at line 237 of file mmnet.h.
Referenced by GetDat(), operator++(), operator<(), operator=(), and operator==().