|
SNAP Library 2.2, Developer Reference
2014-03-11 19:15:55
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. | |
| bool | IsDeleted () const |
| Returns true if the attribute has been deleted. | |
| 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.
typedef TFltV::TIter TNEANet::TAFltI::TFltVecIter [private] |
| TNEANet::TAFltI::TAFltI | ( | ) | [inline] |
| TNEANet::TAFltI::TAFltI | ( | const TFltVecIter & | HIter, |
| TStr | attribute, | ||
| bool | isEdgeIter, | ||
| const TNEANet * | GraphPt | ||
| ) | [inline] |
| TNEANet::TAFltI::TAFltI | ( | const TAFltI & | I | ) | [inline] |
| TFlt TNEANet::TAFltI::GetDat | ( | ) | const [inline] |
| bool TNEANet::TAFltI::IsDeleted | ( | ) | const [inline] |
| TAFltI& TNEANet::TAFltI::operator++ | ( | int | ) | [inline] |
| bool TNEANet::TAFltI::operator< | ( | const TAFltI & | I | ) | const [inline] |
| bool TNEANet::TAFltI::operator== | ( | const TAFltI & | I | ) | const [inline] |
TStr TNEANet::TAFltI::attr [private] |
Definition at line 1790 of file network.h.
Referenced by operator=().
const TNEANet* TNEANet::TAFltI::Graph [private] |
Definition at line 1791 of file network.h.
Referenced by operator=().
TFltVecIter TNEANet::TAFltI::HI [private] |
Definition at line 1788 of file network.h.
Referenced by operator<(), operator=(), and operator==().
bool TNEANet::TAFltI::isNode [private] |
Definition at line 1789 of file network.h.
Referenced by operator=(), and TAFltI().