DCMTK  Version 3.6.9
OFFIS DICOM Toolkit
Public Member Functions | Public Attributes | List of all members
DSRGraphicDataItem Class Reference

Class for graphic data items. More...

Public Member Functions

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

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

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 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 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 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 Column, and Row.


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


Generated on Wed Dec 11 2024 for DCMTK Version 3.6.9 by Doxygen 1.9.1