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 <networkmp.h>
Public Member Functions | |
TAFltI () | |
TAFltI (const TFltVecIter &HIter, TStr attribute, bool isEdgeIter, const TNEANetMP *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 TNEANetMP * | Graph |
Friends | |
class | TNEANetMP |
Node/edge float attribute iterator. Iterates through all nodes/edges for one float attribute.
Definition at line 225 of file networkmp.h.
|
private |
Definition at line 227 of file networkmp.h.
|
inline |
Definition at line 233 of file networkmp.h.
|
inline |
Definition at line 234 of file networkmp.h.
|
inline |
Definition at line 235 of file networkmp.h.
|
inline |
|
inline |
Returns true if the attribute has been deleted.
Definition at line 242 of file networkmp.h.
|
inline |
Definition at line 243 of file networkmp.h.
|
inline |
Definition at line 237 of file networkmp.h.
Definition at line 236 of file networkmp.h.
|
inline |
Definition at line 238 of file networkmp.h.
|
friend |
Definition at line 244 of file networkmp.h.
|
private |
Definition at line 230 of file networkmp.h.
|
private |
Definition at line 231 of file networkmp.h.
|
private |
Definition at line 228 of file networkmp.h.
|
private |
Definition at line 229 of file networkmp.h.