SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
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 <networkmp.h>
Public Member Functions | |
TAIntI () | |
TAIntI (const TIntVecIter &HIter, TStr attribute, bool isEdgeIter, const TNEANetMP *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 TNEANetMP * | Graph |
Friends | |
class | TNEANetMP |
Node/edge integer attribute iterator. Iterates through all nodes/edges for one integer attribute.
Definition at line 179 of file networkmp.h.
|
private |
Definition at line 181 of file networkmp.h.
|
inline |
Definition at line 187 of file networkmp.h.
|
inline |
Definition at line 188 of file networkmp.h.
|
inline |
|
inline |
Returns an attribute of the node.
Definition at line 194 of file networkmp.h.
References HI.
Referenced by IsDeleted().
|
inline |
Returns true if the attribute has been deleted.
Definition at line 196 of file networkmp.h.
References attr, GetDat(), TNEANetMP::GetIntAttrDefaultE(), TNEANetMP::GetIntAttrDefaultN(), Graph, and isNode.
|
inline |
|
inline |
|
inline |
|
friend |
Definition at line 198 of file networkmp.h.
|
private |
Definition at line 184 of file networkmp.h.
Referenced by IsDeleted(), operator=(), and TAIntI().
|
private |
Definition at line 185 of file networkmp.h.
Referenced by IsDeleted(), and operator=().
|
private |
Definition at line 182 of file networkmp.h.
Referenced by GetDat(), operator++(), operator<(), operator=(), and operator==().
|
private |
Definition at line 183 of file networkmp.h.
Referenced by IsDeleted(), operator=(), and TAIntI().