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 iterator. More...
#include <bignet.h>
Public Member Functions | |
void | GetInOutNIdV () |
int | GetInVId () const |
int | GetOutVId () const |
TNodeI () | |
TNodeI (const THashIter &NodeHIter, TVPool *PoolPt) | |
TNodeI (const TNodeI &NodeI) | |
TNodeI & | operator= (const TNodeI &NI) |
TNodeI & | operator++ (int) |
Increment iterator. More... | |
bool | operator< (const TNodeI &NI) const |
bool | operator== (const TNodeI &NI) const |
int | GetId () const |
int | GetDeg () const |
int | GetInDeg () const |
int | GetOutDeg () const |
int | GetInNId (const int &NodeN) const |
int | GetOutNId (const int &NodeN) const |
int | GetOutNbrId (const int &NodeN) const |
bool | IsInNId (const int &NId) const |
bool | IsOutNId (const int &NId) const |
bool | IsNbrNId (const int &NId) const |
const TNodeData & | operator() () const |
TNodeData & | operator() () |
const TNodeData & | GetDat () const |
TNodeData & | GetDat () |
void | Dump () const |
Protected Types | |
typedef TNodeH::TIter | THashIter |
Protected Attributes | |
THashIter | NodeHI |
TVPool * | Pool |
int | InDeg |
int | OutDeg |
int * | InNIdV |
int * | OutNIdV |
Friends | |
class | TBigNet< TNodeData, IsDir > |
Node iterator.
Only forward iteration (operator++) is supported.
|
protected |
|
inline |
|
inline |
|
inline |
void TBigNet< TNodeData, IsDir >::TNodeI::Dump | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 224 of file bignet.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 76 of file bignet.h.
|
inline |
|
inline |
Definition at line 77 of file bignet.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |