| 
    SNAP Library 2.4, User Reference
    2015-05-11 19:40:56
    
   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 | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline |