| 
    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 
   | 
 
#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 | GetInNId (const int &NodeN) const | 
| int | GetOutNId (const int &NodeN) const | 
| int | GetNbrNId (const int &NodeN) const | 
| bool | IsNbrNId (const int &NId) const | 
| bool | IsInNId (const int &NId) const | 
| bool | IsOutNId (const int &NId) const | 
| void | PackOutNIdV () | 
| void | PackNIdV () | 
Private Attributes | |
| TInt | Id | 
| TIntV | NIdV | 
| TNodeTy | NodeTy | 
Friends | |
| class | TBPGraph | 
      
  | 
  inline | 
Definition at line 948 of file graph.h.
      
  | 
  inline | 
Definition at line 949 of file graph.h.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 954 of file graph.h.
References TVec< TVal, TSizeTy >::Len().
Referenced by TBPGraph::Dump(), GetInDeg(), and GetOutDeg().


      
  | 
  inline | 
Definition at line 953 of file graph.h.
References Id.
Referenced by TBPGraph::DelNode(), and TBPGraph::Dump().

      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 957 of file graph.h.
References GetNbrNId().

      
  | 
  inline | 
Definition at line 959 of file graph.h.
Referenced by TBPGraph::Dump(), GetInNId(), and GetOutNId().

      
  | 
  inline | 
Definition at line 956 of file graph.h.
References GetDeg().
Referenced by TBPGraph::DelNode().


      
  | 
  inline | 
Definition at line 958 of file graph.h.
References GetNbrNId().
Referenced by TBPGraph::DelNode().


      
  | 
  inline | 
Definition at line 961 of file graph.h.
References IsNbrNId().

      
  | 
  inline | 
Definition at line 960 of file graph.h.
References TVec< TVal, TSizeTy >::SearchBin().
Referenced by IsInNId(), and IsOutNId().


      
  | 
  inline | 
Definition at line 962 of file graph.h.
References IsNbrNId().

      
  | 
  inline | 
Definition at line 964 of file graph.h.
References TVec< TVal, TSizeTy >::Pack().

      
  | 
  inline | 
Definition at line 963 of file graph.h.
References TVec< TVal, TSizeTy >::Pack().

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

      
  | 
  private | 
Definition at line 945 of file graph.h.
Referenced by TBPGraph::DelNode().