| 
    SNAP Library 6.0, Developer Reference
    2020-12-09 16:24:20
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
 
Edge iterator. Only forward iteration (operator++) is supported. More...
#include <graph.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) | 
| Increment iterator.  More... | |
| bool | operator< (const TEdgeI &EdgeI) const | 
| bool | operator== (const TEdgeI &EdgeI) const | 
| int | GetId () const | 
| Returns edge ID. Always returns -1 since only edges in multigraphs have explicit IDs.  More... | |
| int | GetSrcNId () const | 
| Returns the source node of the edge.  More... | |
| int | GetDstNId () const | 
| Returns the destination node of the edge.  More... | |
Private Attributes | |
| TNodeI | CurNode | 
| TNodeI | EndNode | 
| int | CurEdge | 
Friends | |
| class | TNGraph | 
Edge iterator. Only forward iteration (operator++) is supported.
      
  | 
  inline | 
      
  | 
  inline | 
Returns the destination node of the edge.
Definition at line 449 of file graph.h.
References TNGraph::TNodeI::GetOutNId().
Referenced by TNGraph::AddEdge().


      
  | 
  inline | 
      
  | 
  inline | 
Returns the source node of the edge.
Definition at line 447 of file graph.h.
References TNGraph::TNodeI::GetId().
Referenced by TNGraph::AddEdge().


      
  | 
  inline | 
Increment iterator.
Definition at line 440 of file graph.h.
References TNGraph::TNodeI::GetOutDeg().

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private | 
Definition at line 433 of file graph.h.
Referenced by operator<(), operator=(), and operator==().
      
  | 
  private | 
Definition at line 432 of file graph.h.
Referenced by operator<(), operator=(), and operator==().
      
  | 
  private | 
Definition at line 432 of file graph.h.
Referenced by operator=().