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

definitions for class DSRWaveformChannelItem More...

Classes

class  DSRWaveformChannelItem
 Class for waveform channel items. More...
 
class  DSRWaveformChannelList
 Class for waveform channel lists. More...
 

Functions

DCMTK_DCMSR_EXPORT OFBool operator== (const DSRWaveformChannelItem &lhs, const DSRWaveformChannelItem &rhs)
 equality operator. More...
 
DCMTK_DCMSR_EXPORT OFBool operator!= (const DSRWaveformChannelItem &lhs, const DSRWaveformChannelItem &rhs)
 inequality operator. More...
 
DCMTK_DCMSR_EXPORT OFBool operator< (const DSRWaveformChannelItem &lhs, const DSRWaveformChannelItem &rhs)
 less-than operator. More...
 
DCMTK_DCMSR_EXPORT OFBool operator> (const DSRWaveformChannelItem &lhs, const DSRWaveformChannelItem &rhs)
 greater-than operator. More...
 

Detailed Description

definitions for class DSRWaveformChannelItem

Function Documentation

◆ operator!=()

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

inequality operator.

Internally, the DSRWaveformChannelItem::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 DSRWaveformChannelItem lhs,
const DSRWaveformChannelItem rhs 
)

less-than operator.

Internally, the DSRWaveformChannelItem::isLessThan() method is used.

Parameters
lhsleft-hand side
rhsright-hand side
Returns
OFTrue if 'lhs' is less than 'rhs', OFFalse otherwise

◆ operator==()

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

equality operator.

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

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

◆ operator>()

DCMTK_DCMSR_EXPORT OFBool operator> ( const DSRWaveformChannelItem lhs,
const DSRWaveformChannelItem rhs 
)

greater-than operator.

Internally, the DSRWaveformChannelItem::isGreaterThan() method is used.

Parameters
lhsleft-hand side
rhsright-hand side
Returns
OFTrue if 'lhs' is greater than 'rhs', OFFalse otherwise


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