|
DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Class for graphic data items. More...
Public Member Functions | |
| DSRGraphicDataItem (const Float32 column=0, const Float32 row=0) | |
| (default) constructor | |
| OFBool | operator== (const DSRGraphicDataItem &item) const |
| comparison operator | |
| OFBool | operator!= (const DSRGraphicDataItem &item) const |
| comparison operator | |
| OFBool | operator< (const DSRGraphicDataItem &item) const |
| comparison operator | |
| OFBool | operator> (const DSRGraphicDataItem &item) const |
| comparison operator | |
Public Attributes | |
| Float32 | Column |
| column value (VR=FL) | |
| Float32 | Row |
| row value (VR=FL) | |
Class for graphic data items.
| DSRGraphicDataItem::DSRGraphicDataItem | ( | const Float32 | column = 0, |
| const Float32 | row = 0 |
||
| ) | [inline] |
(default) constructor
| column | optional column value |
| row | optional row value |
| OFBool DSRGraphicDataItem::operator!= | ( | const DSRGraphicDataItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (column,row) pair should be compared |
| OFBool DSRGraphicDataItem::operator< | ( | const DSRGraphicDataItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (column,row) pair should be compared |
| OFBool DSRGraphicDataItem::operator== | ( | const DSRGraphicDataItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (column,row) pair should be compared |
| OFBool DSRGraphicDataItem::operator> | ( | const DSRGraphicDataItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (column,row) pair should be compared |