| 
    MeVisLab Toolbox Reference
    
   | 
 
#include <mlGraphAnalyser.h>
Public Member Functions | |
| CIdxFloat (const CIdxFloat &oIF) | |
| CIdxFloat (int nIdx=0, float fValue=0.0) | |
| CIdxFloat & | operator= (const CIdxFloat &oIF) | 
| bool | operator> (const CIdxFloat &oIF) const | 
| supply comparison operator to induce an order for assistance of non-abiguous sequences   | |
| bool | operator< (const CIdxFloat &oIF) const | 
| bool | operator== (const CIdxFloat &oIF) const | 
Public Attributes | |
| int | _nIdx | 
| float | _fValue | 
Small objects for storage of individual data objects in container classes
CIdxFloat is lightweight object to store int / float data pair. The class provides an natural order of Objects
Definition at line 107 of file mlGraphAnalyser.h.
      
  | 
  inline | 
Definition at line 112 of file mlGraphAnalyser.h.
      
  | 
  inline | 
Definition at line 113 of file mlGraphAnalyser.h.
      
  | 
  inline | 
Definition at line 119 of file mlGraphAnalyser.h.
Definition at line 114 of file mlGraphAnalyser.h.
      
  | 
  inline | 
Definition at line 120 of file mlGraphAnalyser.h.
      
  | 
  inline | 
supply comparison operator to induce an order for assistance of non-abiguous sequences
Definition at line 118 of file mlGraphAnalyser.h.
| float CIdxFloat::_fValue | 
Definition at line 109 of file mlGraphAnalyser.h.
Referenced by operator<(), operator=(), operator==(), and operator>().
| int CIdxFloat::_nIdx | 
Definition at line 108 of file mlGraphAnalyser.h.
Referenced by operator<(), operator=(), operator==(), and operator>().