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 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) | |
Class for graphic data items.
|
inline |
(default) constructor
column | optional column value |
row | optional row value |
|
inline |
|
inline |
|
inline |
|
inline |