| 
    MeVisLab Toolbox Reference
    
   | 
 
#include <mlGraphAnalyser.h>
Public Member Functions | |
| CIdxIdx (const CIdxIdx &oII) | |
| CIdxIdx & | operator= (const CIdxIdx &oII) | 
| bool | operator< (const CIdxIdx &oII) const | 
| supply comparison operator to induce an order for assistance of non-abiguous sequences   | |
| bool | operator== (const CIdxIdx &oII) const | 
Public Attributes | |
| int | _n1 | 
| int | _n2 | 
CIdxIdx is lightweight object to store int / int data pair. The class provides an natural order of Objects
Definition at line 127 of file mlGraphAnalyser.h.
      
  | 
  inline | 
Definition at line 130 of file mlGraphAnalyser.h.
      
  | 
  inline | 
supply comparison operator to induce an order for assistance of non-abiguous sequences
Definition at line 133 of file mlGraphAnalyser.h.
Definition at line 131 of file mlGraphAnalyser.h.
      
  | 
  inline | 
Definition at line 134 of file mlGraphAnalyser.h.
| int CIdxIdx::_n1 | 
Definition at line 128 of file mlGraphAnalyser.h.
Referenced by operator<(), operator=(), and operator==().
| int CIdxIdx::_n2 | 
Definition at line 129 of file mlGraphAnalyser.h.
Referenced by operator<(), operator=(), and operator==().