DCMTK Version 3.6.9
OFFIS DICOM Toolkit
Loading...
Searching...
No Matches
DSRGraphicDataItem Class Reference

Class for graphic data items. More...

Public Member Functions

 DSRGraphicDataItem (const Float32 column=0, const Float32 row=0)
 (default) constructor
 
OFBool isEqual (const DSRGraphicDataItem &item) const
 check whether items are "equal"
 
OFBool isNotEqual (const DSRGraphicDataItem &item) const
 check whether items are "not equal"
 
OFBool isLessThan (const DSRGraphicDataItem &item) const
 check whether this item is "less than" the given item
 
OFBool isGreaterThan (const DSRGraphicDataItem &item) const
 check whether this item is "greater than" the given item
 

Public Attributes

Float32 Column
 column value (VR=FL)
 
Float32 Row
 row value (VR=FL)
 

Detailed Description

Class for graphic data items.

Constructor & Destructor Documentation

◆ DSRGraphicDataItem()

DSRGraphicDataItem::DSRGraphicDataItem ( const Float32 column = 0,
const Float32 row = 0 )
inline

(default) constructor

Parameters
columnoptional column value
rowoptional row value

References Column, and Row.

Referenced by isEqual(), isGreaterThan(), isLessThan(), and isNotEqual().

Member Function Documentation

◆ isEqual()

OFBool DSRGraphicDataItem::isEqual ( const DSRGraphicDataItem & item) const
inline

check whether items are "equal"

Parameters
itemitem with which the (column,row) pair should be compared
Returns
OFTrue if both pairs are equal, OFFalse otherwise

References DSRGraphicDataItem(), Column, and Row.

◆ isGreaterThan()

OFBool DSRGraphicDataItem::isGreaterThan ( const DSRGraphicDataItem & item) const
inline

check whether this item is "greater than" the given item

Parameters
itemitem with which the (column,row) pair should be compared
Returns
OFTrue if greater. Row takes precedence over column.

References DSRGraphicDataItem(), Column, and Row.

◆ isLessThan()

OFBool DSRGraphicDataItem::isLessThan ( const DSRGraphicDataItem & item) const
inline

check whether this item is "less than" the given item

Parameters
itemitem with which the (column,row) pair should be compared
Returns
OFTrue if smaller. Row takes precedence over column.

References DSRGraphicDataItem(), Column, and Row.

◆ isNotEqual()

OFBool DSRGraphicDataItem::isNotEqual ( const DSRGraphicDataItem & item) const
inline

check whether items are "not equal"

Parameters
itemitem with which the (column,row) pair should be compared
Returns
OFTrue if not equal, OFFalse if equal

References DSRGraphicDataItem(), Column, and Row.


The documentation for this class was generated from the following file:


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