| 
    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 
   | 
 
Node/edge float attribute iterator. Iterates through all nodes/edges for one float attribute. More...
#include <networkmp.h>

Public Member Functions | |
| TAFltI () | |
| TAFltI (const TFltVecIter &HIter, TStr attribute, bool isEdgeIter, const TNEANetMP *GraphPt) | |
| TAFltI (const TAFltI &I) | |
| TAFltI & | operator= (const TAFltI &I) | 
| bool | operator< (const TAFltI &I) const | 
| bool | operator== (const TAFltI &I) const | 
| TFlt | GetDat () const | 
| Returns an attribute of the node.  More... | |
| bool | IsDeleted () const | 
| Returns true if the attribute has been deleted.  More... | |
| TAFltI & | operator++ (int) | 
Private Types | |
| typedef TFltV::TIter | TFltVecIter | 
Private Attributes | |
| TFltVecIter | HI | 
| bool | isNode | 
| TStr | attr | 
| const TNEANetMP * | Graph | 
Friends | |
| class | TNEANetMP | 
Node/edge float attribute iterator. Iterates through all nodes/edges for one float attribute.
Definition at line 225 of file networkmp.h.
      
  | 
  private | 
Definition at line 227 of file networkmp.h.
      
  | 
  inline | 
Definition at line 233 of file networkmp.h.
      
  | 
  inline | 
Definition at line 234 of file networkmp.h.
      
  | 
  inline | 
      
  | 
  inline | 
Returns an attribute of the node.
Definition at line 240 of file networkmp.h.
Referenced by IsDeleted().

      
  | 
  inline | 
Returns true if the attribute has been deleted.
Definition at line 242 of file networkmp.h.
References GetDat(), TNEANetMP::GetFltAttrDefaultE(), and TNEANetMP::GetFltAttrDefaultN().

      
  | 
  inline | 
Definition at line 243 of file networkmp.h.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  friend | 
Definition at line 244 of file networkmp.h.
      
  | 
  private | 
Definition at line 230 of file networkmp.h.
Referenced by operator=().
      
  | 
  private | 
Definition at line 231 of file networkmp.h.
Referenced by operator=().
      
  | 
  private | 
Definition at line 228 of file networkmp.h.
Referenced by operator<(), operator=(), and operator==().
      
  | 
  private | 
Definition at line 229 of file networkmp.h.
Referenced by operator=(), and TAFltI().