|
SNAP Library 2.1, User Reference
2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Node/Edge Attr iterator. Iterate through all node for one attr value. More...
#include <network.h>
Public Member Functions | |
| TAIntI () | |
| TAIntI (const TIntVecIter &HIter, TStr attribute, bool isEdgeIter, const TNEANet *GraphPt) | |
| TAIntI (const TAIntI &I) | |
| TAIntI & | operator= (const TAIntI &I) |
| bool | operator< (const TAIntI &I) const |
| bool | operator== (const TAIntI &I) const |
| TInt | GetDat () const |
| Returns an attribute of the node. | |
| bool | IsDeleted () const |
| Returns true if node or edge has been deleted. | |
| TAIntI & | operator++ (int) |
Private Types | |
| typedef TIntV::TIter | TIntVecIter |
Private Attributes | |
| TIntVecIter | HI |
| bool | isNode |
| TStr | attr |
| const TNEANet * | Graph |
Friends | |
| class | TNEANet |
Node/Edge Attr iterator. Iterate through all node for one attr value.
typedef TIntV::TIter TNEANet::TAIntI::TIntVecIter [private] |
| TNEANet::TAIntI::TAIntI | ( | ) | [inline] |
| TNEANet::TAIntI::TAIntI | ( | const TIntVecIter & | HIter, |
| TStr | attribute, | ||
| bool | isEdgeIter, | ||
| const TNEANet * | GraphPt | ||
| ) | [inline] |
| TNEANet::TAIntI::TAIntI | ( | const TAIntI & | I | ) | [inline] |
| TInt TNEANet::TAIntI::GetDat | ( | ) | const [inline] |
| bool TNEANet::TAIntI::IsDeleted | ( | ) | const [inline] |
| TAIntI& TNEANet::TAIntI::operator++ | ( | int | ) | [inline] |
| bool TNEANet::TAIntI::operator< | ( | const TAIntI & | I | ) | const [inline] |
| bool TNEANet::TAIntI::operator== | ( | const TAIntI & | I | ) | const [inline] |
TStr TNEANet::TAIntI::attr [private] |
const TNEANet* TNEANet::TAIntI::Graph [private] |
TIntVecIter TNEANet::TAIntI::HI [private] |
bool TNEANet::TAIntI::isNode [private] |