| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
 
#include <graph.h>

Public Member Functions | |
| TNode () | |
| TNode (const int &NId) | |
| TNode (const TNode &Node) | |
| TNode (TSIn &SIn) | |
| void | Save (TSOut &SOut) const | 
| int | GetId () const | 
| int | GetDeg () const | 
| int | GetInDeg () const | 
| int | GetOutDeg () const | 
| int | GetInEId (const int &EdgeN) const | 
| int | GetOutEId (const int &EdgeN) const | 
| int | GetNbrEId (const int &EdgeN) const | 
| bool | IsInEId (const int &EId) const | 
| bool | IsOutEId (const int &EId) const | 
Private Attributes | |
| TInt | Id | 
| TIntV | InEIdV | 
| TIntV | OutEIdV | 
Friends | |
| class | TNEGraph | 
      
  | 
  inline | 
Definition at line 573 of file graph.h.
References GetInDeg(), and GetOutDeg().

      
  | 
  inline | 
Definition at line 572 of file graph.h.
References Id.
Referenced by TNEGraph::DelNode(), and TNEGraph::IsOk().

      
  | 
  inline | 
Definition at line 574 of file graph.h.
References InEIdV, and TVec< TVal, TSizeTy >::Len().
Referenced by TNEGraph::DelNode(), GetDeg(), TNEGraph::IsEdge(), TNEGraph::TNodeI::IsInNId(), and TNEGraph::IsOk().


      
  | 
  inline | 
Definition at line 576 of file graph.h.
References InEIdV.
Referenced by TNEGraph::DelNode(), GetNbrEId(), TNEGraph::IsEdge(), TNEGraph::TNodeI::IsInNId(), and TNEGraph::IsOk().

      
  | 
  inline | 
Definition at line 578 of file graph.h.
References GetInEId(), GetOutDeg(), and GetOutEId().

      
  | 
  inline | 
Definition at line 575 of file graph.h.
References TVec< TVal, TSizeTy >::Len(), and OutEIdV.
Referenced by TNEGraph::DelNode(), GetDeg(), GetNbrEId(), TNEGraph::IsEdge(), TNEGraph::IsOk(), and TNEGraph::TNodeI::IsOutNId().


      
  | 
  inline | 
Definition at line 577 of file graph.h.
References OutEIdV.
Referenced by TNEGraph::DelNode(), GetNbrEId(), TNEGraph::IsEdge(), TNEGraph::IsOk(), and TNEGraph::TNodeI::IsOutNId().

      
  | 
  inline | 
Definition at line 579 of file graph.h.
References InEIdV, and TVec< TVal, TSizeTy >::SearchBin().

      
  | 
  inline | 
Definition at line 580 of file graph.h.
References OutEIdV, and TVec< TVal, TSizeTy >::SearchBin().

      
  | 
  inline | 
Definition at line 571 of file graph.h.
References Id, InEIdV, OutEIdV, TVec< TVal, TSizeTy >::Save(), and TInt::Save().

      
  | 
  private | 
      
  | 
  private | 
Definition at line 565 of file graph.h.
Referenced by TNEGraph::AddEdge(), TNEGraph::Defrag(), TNEGraph::DelEdge(), GetInDeg(), GetInEId(), IsInEId(), TNEGraph::IsOk(), and Save().
      
  | 
  private | 
Definition at line 565 of file graph.h.
Referenced by TNEGraph::AddEdge(), TNEGraph::Defrag(), TNEGraph::DelEdge(), GetOutDeg(), GetOutEId(), TNEGraph::IsOk(), IsOutEId(), and Save().