| 
    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 
   | 
 

Public Member Functions | |
| TCmtyDat () | |
| TCmtyDat (const double &NodeDegFrac, const int &OutDeg) | |
| void | AddQ (const int &NId, const double &Q) | 
| void | UpdateMaxQ () | 
| void | DelLink (const int &K) | 
| int | GetMxQNId () const | 
| double | GetMxQ () const | 
Public Attributes | |
| double | DegFrac | 
| TIntFltH | NIdQH | 
| int | MxQId | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 201 of file cmty.cpp.
References THash< TKey, TDat, THashFunc >::AddDat(), THash< TKey, TDat, THashFunc >::GetKeyId(), MxQId, and NIdQH.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::Init(), and TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ().


      
  | 
  inline | 
Definition at line 206 of file cmty.cpp.
References THash< TKey, TDat, THashFunc >::DelKey(), GetMxQNId(), NIdQH, and UpdateMaxQ().
Referenced by TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ().


      
  | 
  inline | 
Definition at line 209 of file cmty.cpp.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::Init().

      
  | 
  inline | 
Definition at line 208 of file cmty.cpp.
References THash< TKey, TDat, THashFunc >::GetKey(), MxQId, and NIdQH.
Referenced by DelLink(), and TSnap::TSnapDetail::TCNMQMatrix::Init().


      
  | 
  inline | 
| double TSnap::TSnapDetail::TCNMQMatrix::TCmtyDat::DegFrac | 
Definition at line 195 of file cmty.cpp.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ().
| int TSnap::TSnapDetail::TCNMQMatrix::TCmtyDat::MxQId | 
Definition at line 197 of file cmty.cpp.
Referenced by AddQ(), GetMxQ(), GetMxQNId(), and UpdateMaxQ().
| TIntFltH TSnap::TSnapDetail::TCNMQMatrix::TCmtyDat::NIdQH | 
Definition at line 196 of file cmty.cpp.
Referenced by AddQ(), DelLink(), GetMxQ(), GetMxQNId(), TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ(), and UpdateMaxQ().