| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
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) | |
Class for graphic data items.
| 
 | inline | 
(default) constructor
| column | optional column value | 
| row | optional row value | 
Referenced by isEqual(), isGreaterThan(), isLessThan(), and isNotEqual().
| 
 | inline | 
check whether items are "equal"
| item | item with which the (column,row) pair should be compared | 
References DSRGraphicDataItem(), Column, and Row.
| 
 | inline | 
check whether this item is "greater than" the given item
| item | item with which the (column,row) pair should be compared | 
References DSRGraphicDataItem(), Column, and Row.
| 
 | inline | 
check whether this item is "less than" the given item
| item | item with which the (column,row) pair should be compared | 
References DSRGraphicDataItem(), Column, and Row.
| 
 | inline | 
check whether items are "not equal"
| item | item with which the (column,row) pair should be compared | 
References DSRGraphicDataItem(), Column, and Row.