| 
    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 <network.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 () | 
| void | SortNIdV () | 
| void | LoadShM (TShMIn &MStream) | 
Private Attributes | |
| TInt | Id | 
| TIntV | NIdV | 
Friends | |
| class | TUndirNet | 
| class | TUndirNetMtx | 
      
  | 
  inline | 
Definition at line 3413 of file network.h.
References TVec< TVal, TSizeTy >::Len().
Referenced by TUndirNet::AddNode(), TUndirNet::DelNode(), TUndirNet::Dump(), and TUndirNet::IsOk().


      
  | 
  inline | 
Definition at line 3412 of file network.h.
Referenced by TUndirNet::DelNode(), TUndirNet::Dump(), and TUndirNet::IsOk().

      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 3418 of file network.h.
Referenced by TUndirNet::DelNode(), TUndirNet::Dump(), and TUndirNet::IsOk().

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 3419 of file network.h.
References TVec< TVal, TSizeTy >::SearchBin().

      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 3425 of file network.h.
References TVec< TVal, TSizeTy >::LoadShM().
Referenced by TUndirNet::LoadTNodeFunctor::operator()().


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

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

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

      
  | 
  inline | 
Definition at line 3424 of file network.h.
References TVec< TVal, TSizeTy >::Sort().

      
  | 
  private | 
Definition at line 3404 of file network.h.
Referenced by TUndirNet::AddNode().
      
  | 
  private | 
Definition at line 3405 of file network.h.
Referenced by TUndirNet::AddNode(), TUndirNet::DelEdge(), TUndirNet::DelNode(), and TUndirNet::IsOk().