|
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
|
#include <network.h>
Public Member Functions | |
| TAIntVI () | |
| TAIntVI (const TIntVVecIter &HIter, TStr attribute, bool isEdgeIter, const TNEANet *GraphPt) | |
| TAIntVI (const TAIntVI &I) | |
| TAIntVI & | operator= (const TAIntVI &I) |
| bool | operator< (const TAIntVI &I) const |
| bool | operator== (const TAIntVI &I) const |
| TIntV | GetDat () const |
| Returns an attribute of the node. More... | |
| TAIntVI & | operator++ (int) |
Private Types | |
| typedef TVec< TIntV >::TIter | TIntVVecIter |
Private Attributes | |
| TIntVVecIter | HI |
| bool | isNode |
| TStr | attr |
| const TNEANet * | Graph |
Friends | |
| class | TNEANet |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |