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
|
Edge iterator. More...
#include <bignet.h>
Public Member Functions | |
TEdgeI () | |
TEdgeI (const TNodeI &NodeI, const TNodeI &EndNodeI, const int &EdgeN=0) | |
TEdgeI (const TEdgeI &EdgeI) | |
TEdgeI & | operator= (const TEdgeI &EdgeI) |
TEdgeI & | operator++ (int) |
bool | operator< (const TEdgeI &EdgeI) const |
bool | operator== (const TEdgeI &EdgeI) const |
int | GetId () const |
int | GetSrcNId () const |
int | GetDstNId () const |
const TNodeData & | GetSrcNDat () const |
TNodeData & | GetDstNDat () |
Private Attributes | |
TNodeI | CurNode |
TNodeI | EndNode |
int | CurEdge |
Friends | |
class | TNodeNet< TNodeData > |
Edge iterator.
Only forward iteration (operator++) is supported.
TBigNet< TNodeData, IsDir >::TEdgeI::TEdgeI | ( | ) | [inline] |
TBigNet< TNodeData, IsDir >::TEdgeI::TEdgeI | ( | const TNodeI & | NodeI, |
const TNodeI & | EndNodeI, | ||
const int & | EdgeN = 0 |
||
) | [inline] |
TBigNet< TNodeData, IsDir >::TEdgeI::TEdgeI | ( | const TEdgeI & | EdgeI | ) | [inline] |
TNodeData& TBigNet< TNodeData, IsDir >::TEdgeI::GetDstNDat | ( | ) | [inline] |
int TBigNet< TNodeData, IsDir >::TEdgeI::GetDstNId | ( | ) | const [inline] |
int TBigNet< TNodeData, IsDir >::TEdgeI::GetId | ( | ) | const [inline] |
const TNodeData& TBigNet< TNodeData, IsDir >::TEdgeI::GetSrcNDat | ( | ) | const [inline] |
int TBigNet< TNodeData, IsDir >::TEdgeI::GetSrcNId | ( | ) | const [inline] |
friend class TNodeNet< TNodeData > [friend] |
int TBigNet< TNodeData, IsDir >::TEdgeI::CurEdge [private] |
TNodeI TBigNet< TNodeData, IsDir >::TEdgeI::CurNode [private] |
TNodeI TBigNet< TNodeData, IsDir >::TEdgeI::EndNode [private] |