|
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
|
#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 |
Returns an attribute of the node.
Definition at line 1953 of file network.h.
References TVec< TVal, TSizeTy >::GetDat().

|
inline |
|
inline |
|
private |
Definition at line 1941 of file network.h.
Referenced by operator=().
|
private |
Definition at line 1942 of file network.h.
Referenced by operator=().
|
private |
Definition at line 1939 of file network.h.
Referenced by operator<(), operator=(), and operator==().
|
private |
Definition at line 1936 of file network.h.
Referenced by operator<(), operator=(), and operator==().
|
private |
Definition at line 1940 of file network.h.
Referenced by operator=(), and TAIntVI().