MeVisLab Toolbox Reference
CIdxIdx Struct Reference

#include <mlGraphAnalyser.h>

Public Member Functions

 CIdxIdx (const CIdxIdx &oII)
 
CIdxIdxoperator= (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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CIdxIdx()

CIdxIdx::CIdxIdx ( const CIdxIdx & oII)
inline

Definition at line 130 of file mlGraphAnalyser.h.

Member Function Documentation

◆ operator<()

bool CIdxIdx::operator< ( const CIdxIdx & oII) const
inline

supply comparison operator to induce an order for assistance of non-abiguous sequences

Definition at line 133 of file mlGraphAnalyser.h.

References _n1, _n2, and mlrange_cast().

◆ operator=()

CIdxIdx & CIdxIdx::operator= ( const CIdxIdx & oII)
inline

Definition at line 131 of file mlGraphAnalyser.h.

References _n1, and mlrange_cast().

◆ operator==()

bool CIdxIdx::operator== ( const CIdxIdx & oII) const
inline

Definition at line 134 of file mlGraphAnalyser.h.

References _n1, _n2, and mlrange_cast().

Member Data Documentation

◆ _n1

int CIdxIdx::_n1

Definition at line 128 of file mlGraphAnalyser.h.

Referenced by operator<(), operator=(), and operator==().

◆ _n2

int CIdxIdx::_n2

Definition at line 129 of file mlGraphAnalyser.h.

Referenced by operator<(), and operator==().


The documentation for this struct was generated from the following file: