SNAP Library 2.3, Developer Reference
2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Node/edge integer attribute iterator. Iterates through all nodes/edges for one integer attribute. More...
#include <network.h>
Public Member Functions | |
TAIntI () | |
TAIntI (const TIntVecIter &HIter, TStr attribute, bool isEdgeIter, const TNEANet *GraphPt) | |
TAIntI (const TAIntI &I) | |
TAIntI & | operator= (const TAIntI &I) |
bool | operator< (const TAIntI &I) const |
bool | operator== (const TAIntI &I) const |
TInt | GetDat () const |
Returns an attribute of the node. More... | |
bool | IsDeleted () const |
Returns true if the attribute has been deleted. More... | |
TAIntI & | operator++ (int) |
Private Types | |
typedef TIntV::TIter | TIntVecIter |
Private Attributes | |
TIntVecIter | HI |
bool | isNode |
TStr | attr |
const TNEANet * | Graph |
Friends | |
class | TNEANet |
Node/edge integer attribute iterator. Iterates through all nodes/edges for one integer attribute.
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
Returns true if the attribute has been deleted.
Definition at line 1756 of file network.h.
|
inline |
|
inline |
|
private |
Definition at line 1744 of file network.h.
Referenced by operator=().
|
private |
Definition at line 1745 of file network.h.
Referenced by operator=().
|
private |
Definition at line 1742 of file network.h.
Referenced by operator<(), operator=(), and operator==().
|
private |
Definition at line 1743 of file network.h.
Referenced by operator=(), and TAIntI().