|
SNAP Library 4.1, User Reference
2018-07-26 16:30:42
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, const TIntHVecIter &HHIter, TStr attribute, bool isEdgeIter, const TNEANet *GraphPt, bool is_dense) | |
| 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 |
| typedef THash< TInt, TIntV >::TIter | TIntHVecIter |
Private Attributes | |
| TIntVVecIter | HI |
| bool | IsDense |
| TIntHVecIter | HHI |
| bool | isNode |
| TStr | attr |
| const TNEANet * | Graph |
Friends | |
| class | TNEANet |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |