DCMTK
Version 3.6.9
OFFIS DICOM Toolkit
|
definitions for class DSRWaveformReferenceValue More...
Classes | |
class | DSRWaveformReferenceValue |
Class for waveform reference values. More... | |
Functions | |
DCMTK_DCMSR_EXPORT OFBool | operator== (const DSRWaveformReferenceValue &lhs, const DSRWaveformReferenceValue &rhs) |
equality operator. More... | |
DCMTK_DCMSR_EXPORT OFBool | operator!= (const DSRWaveformReferenceValue &lhs, const DSRWaveformReferenceValue &rhs) |
inequality operator. More... | |
definitions for class DSRWaveformReferenceValue
DCMTK_DCMSR_EXPORT OFBool operator!= | ( | const DSRWaveformReferenceValue & | lhs, |
const DSRWaveformReferenceValue & | rhs | ||
) |
inequality operator.
Internally, the DSRWaveformReferenceValue::isNotEqual() method is used.
lhs | left-hand side |
rhs | right-hand side |
DCMTK_DCMSR_EXPORT OFBool operator== | ( | const DSRWaveformReferenceValue & | lhs, |
const DSRWaveformReferenceValue & | rhs | ||
) |
equality operator.
Internally, the DSRWaveformReferenceValue::isEqual() method is used.
lhs | left-hand side |
rhs | right-hand side |