DCMTK  Version 3.6.9
OFFIS DICOM Toolkit
Classes | Functions
dsrtcovl.h File Reference

definitions for class DSRTemporalCoordinatesValue More...

Classes

class  DSRTemporalCoordinatesValue
 Class for temporal coordinates values. More...
 

Functions

DCMTK_DCMSR_EXPORT OFBool operator== (const DSRTemporalCoordinatesValue &lhs, const DSRTemporalCoordinatesValue &rhs)
 equality operator. More...
 
DCMTK_DCMSR_EXPORT OFBool operator!= (const DSRTemporalCoordinatesValue &lhs, const DSRTemporalCoordinatesValue &rhs)
 inequality operator. More...
 

Detailed Description

definitions for class DSRTemporalCoordinatesValue

Function Documentation

◆ operator!=()

DCMTK_DCMSR_EXPORT OFBool operator!= ( const DSRTemporalCoordinatesValue lhs,
const DSRTemporalCoordinatesValue rhs 
)

inequality operator.

Internally, the DSRTemporalCoordinatesValue::isNotEqual() method is used.

Parameters
lhsleft-hand side
rhsright-hand side
Returns
OFTrue if 'lhs' and 'rhs' are not equal, OFFalse otherwise

◆ operator==()

DCMTK_DCMSR_EXPORT OFBool operator== ( const DSRTemporalCoordinatesValue lhs,
const DSRTemporalCoordinatesValue rhs 
)

equality operator.

Internally, the DSRTemporalCoordinatesValue::isEqual() method is used.

Parameters
lhsleft-hand side
rhsright-hand side
Returns
OFTrue if 'lhs' and 'rhs' are equal, OFFalse otherwise


Generated on Wed Dec 11 2024 for DCMTK Version 3.6.9 by Doxygen 1.9.1