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 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 |
Definition at line 189 of file networkmp.h.
|
inline |
|
inline |
Returns true if the attribute has been deleted.
Definition at line 196 of file networkmp.h.
|
inline |
Definition at line 197 of file networkmp.h.
|
inline |
Definition at line 191 of file networkmp.h.
Definition at line 190 of file networkmp.h.
|
inline |
Definition at line 192 of file networkmp.h.
|
friend |
Definition at line 198 of file networkmp.h.
|
private |
Definition at line 184 of file networkmp.h.
|
private |
Definition at line 185 of file networkmp.h.
|
private |
Definition at line 182 of file networkmp.h.
|
private |
Definition at line 183 of file networkmp.h.