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) | |
Definition at line 46 of file dsrscogr.h.
| DSRGraphicDataItem::DSRGraphicDataItem | ( | const Float32 | column = 0, |
|
| const Float32 | row = 0 | |||
| ) | [inline] |
(default) constructor
| column | optional column value | |
| row | optional row value |
Definition at line 54 of file dsrscogr.h.
| OFBool DSRGraphicDataItem::operator== | ( | const DSRGraphicDataItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (column,row) pair should be compared |
Definition at line 65 of file dsrscogr.h.
| OFBool DSRGraphicDataItem::operator!= | ( | const DSRGraphicDataItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (column,row) pair should be compared |
Definition at line 74 of file dsrscogr.h.
| OFBool DSRGraphicDataItem::operator< | ( | const DSRGraphicDataItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (column,row) pair should be compared |
Definition at line 83 of file dsrscogr.h.
| OFBool DSRGraphicDataItem::operator> | ( | const DSRGraphicDataItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (column,row) pair should be compared |
Definition at line 92 of file dsrscogr.h.