DCMTK Version 3.6.9
OFFIS DICOM Toolkit
Loading...
Searching...
No Matches
dsrscogr.h File Reference

definitions for class DSRGraphicDataItem More...

Classes

class  DSRGraphicDataItem
 Class for graphic data items. More...
 
class  DSRGraphicDataList
 Class for graphic data lists. More...
 

Functions

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

Detailed Description

definitions for class DSRGraphicDataItem

Function Documentation

◆ operator!=()

DCMTK_DCMSR_EXPORT OFBool operator!= ( const DSRGraphicDataItem & lhs,
const DSRGraphicDataItem & rhs )

inequality operator.

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

less-than operator.

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

equality operator.

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

greater-than operator.

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

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


Generated on Wed Apr 23 2025 for DCMTK Version 3.6.9 by Doxygen 1.13.2