|
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
|
Node iterator. Only forward iteration (operator++) is supported. More...
#include <network.h>
Public Member Functions | |
| TNodeI () | |
| TNodeI (const THashIter &NodeHIter, const TNodeEDatNet *NetPt) | |
| TNodeI (const TNodeI &NodeI) | |
| TNodeI & | operator= (const TNodeI &NodeI) |
| TNodeI & | operator++ (int) |
| Increment iterator. More... | |
| bool | operator< (const TNodeI &NodeI) const |
| bool | operator== (const TNodeI &NodeI) const |
| int | GetId () const |
| Returns ID of the current node. More... | |
| int | GetDeg () const |
| Returns degree of the current node. More... | |
| int | GetInDeg () const |
| Returns in-degree of the current node. More... | |
| int | GetOutDeg () const |
| Returns out-degree of the current node. More... | |
| int | GetInNId (const int &NodeN) const |
| Returns ID of NodeN-th in-node (the node pointing to the current node). More... | |
| int | GetOutNId (const int &NodeN) const |
| Returns ID of NodeN-th out-node (the node the current node points to). More... | |
| int | GetNbrNId (const int &NodeN) const |
| Returns ID of NodeN-th neighboring node. More... | |
| bool | IsInNId (const int &NId) const |
| Tests whether node with ID NId points to the current node. More... | |
| bool | IsOutNId (const int &NId) const |
| Tests whether the current node points to node with ID NId. More... | |
| bool | IsNbrNId (const int &NId) const |
| Tests whether node with ID NId is a neighbor of the current node. More... | |
| const TNodeData & | operator() () const |
| TNodeData & | operator() () |
| const TNodeData & | GetDat () const |
| TNodeData & | GetDat () |
| const TNodeData & | GetOutNDat (const int &NodeN) const |
| TNodeData & | GetOutNDat (const int &NodeN) |
| const TNodeData & | GetInNDat (const int &NodeN) const |
| TNodeData & | GetInNDat (const int &NodeN) |
| const TNodeData & | GetNbrNDat (const int &NodeN) const |
| TNodeData & | GetNbrNDat (const int &NodeN) |
| TEdgeData & | GetOutEDat (const int &EdgeN) |
| const TEdgeData & | GetOutEDat (const int &EdgeN) const |
| TEdgeData & | GetInEDat (const int &EdgeN) |
| const TEdgeData & | GetInEDat (const int &EdgeN) const |
| TEdgeData & | GetNbrEDat (const int &EdgeN) |
| const TEdgeData & | GetNbrEDat (const int &EdgeN) const |
Private Types | |
| typedef THash< TInt, TNode >::TIter | THashIter |
Private Attributes | |
| THashIter | NodeHI |
| TNodeEDatNet * | Net |
Friends | |
| class | TNodeEDatNet< TNodeData, TEdgeData > |
Node iterator. Only forward iteration (operator++) is supported.
|
private |
|
inline |
|
inline |
Definition at line 544 of file network.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 592 of file network.h.
|
inline |
Definition at line 593 of file network.h.
|
inline |
Definition at line 585 of file network.h.
|
inline |
Definition at line 586 of file network.h.
|
inline |
Returns ID of NodeN-th in-node (the node pointing to the current node).
Range of NodeN: 0 <= NodeN < GetInDeg().
Definition at line 563 of file network.h.
|
inline |
Definition at line 594 of file network.h.
|
inline |
Definition at line 595 of file network.h.
|
inline |
Definition at line 587 of file network.h.
|
inline |
Definition at line 588 of file network.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 583 of file network.h.
|
inline |
Definition at line 584 of file network.h.
|
inline |
Returns ID of NodeN-th out-node (the node the current node points to).
Range of NodeN: 0 <= NodeN < GetOutDeg().
Definition at line 567 of file network.h.
|
inline |
|
inline |
Tests whether node with ID NId is a neighbor of the current node.
Definition at line 577 of file network.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |
|
private |