DCMTK
Version 3.6.9
OFFIS DICOM Toolkit
|
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... | |
definitions for class DSRWaveformChannelItem
DCMTK_DCMSR_EXPORT OFBool operator!= | ( | const DSRWaveformChannelItem & | lhs, |
const DSRWaveformChannelItem & | rhs | ||
) |
inequality operator.
Internally, the DSRWaveformChannelItem::isNotEqual() method is used.
lhs | left-hand side |
rhs | right-hand side |
DCMTK_DCMSR_EXPORT OFBool operator< | ( | const DSRWaveformChannelItem & | lhs, |
const DSRWaveformChannelItem & | rhs | ||
) |
less-than operator.
Internally, the DSRWaveformChannelItem::isLessThan() method is used.
lhs | left-hand side |
rhs | right-hand side |
DCMTK_DCMSR_EXPORT OFBool operator== | ( | const DSRWaveformChannelItem & | lhs, |
const DSRWaveformChannelItem & | rhs | ||
) |
equality operator.
Internally, the DSRWaveformChannelItem::isEqual() method is used.
lhs | left-hand side |
rhs | right-hand side |
DCMTK_DCMSR_EXPORT OFBool operator> | ( | const DSRWaveformChannelItem & | lhs, |
const DSRWaveformChannelItem & | rhs | ||
) |
greater-than operator.
Internally, the DSRWaveformChannelItem::isGreaterThan() method is used.
lhs | left-hand side |
rhs | right-hand side |