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