Class for graphic data items.
More...
|
|
Float32 | Column |
| | column value (VR=FL)
|
| |
|
Float32 | Row |
| | row value (VR=FL)
|
| |
Class for graphic data items.
Definition at line 46 of file dsrscogr.h.
| DSRGraphicDataItem::DSRGraphicDataItem |
( |
const Float32 |
column = 0, |
|
|
const Float32 |
row = 0 |
|
) |
| |
|
inline |
(default) constructor
- Parameters
-
| column | optional column value |
| row | optional row value |
Definition at line 54 of file dsrscogr.h.
comparison operator
- Parameters
-
| item | item with which the (column,row) pair should be compared |
- Returns
- true if not equal, false if equal
Definition at line 74 of file dsrscogr.h.
References Column, and Row.
comparison operator
- Parameters
-
| item | item with which the (column,row) pair should be compared |
- Returns
- true if smaller. Row takes precedence over column.
Definition at line 83 of file dsrscogr.h.
References Column, and Row.
comparison operator
- Parameters
-
| item | item with which the (column,row) pair should be compared |
- Returns
- OFTrue if both pairs are equal, OFFalse otherwise
Definition at line 65 of file dsrscogr.h.
References Column, and Row.
comparison operator
- Parameters
-
| item | item with which the (column,row) pair should be compared |
- Returns
- true if greater. Row takes precedence over column.
Definition at line 92 of file dsrscogr.h.
References Column, and Row.
The documentation for this class was generated from the following file: