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
|
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 |
|
inline |
Returns true if the attribute has been deleted.
Definition at line 241 of file mmnet.h.
|
inline |
|
inline |
|
private |