Public Member Functions | |
DSRGraphicData3DItem (const Float32 x=0, const Float32 y=0, const Float32 z=0) | |
(default) constructor | |
OFBool | operator== (const DSRGraphicData3DItem &item) const |
comparison operator | |
OFBool | operator!= (const DSRGraphicData3DItem &item) const |
comparison operator | |
Public Attributes | |
Float32 | XCoord |
x value (VR=FL) | |
Float32 | YCoord |
y value (VR=FL) | |
Float32 | ZCoord |
z value (VR=FL) |
Definition at line 46 of file dsrsc3gr.h.
DSRGraphicData3DItem::DSRGraphicData3DItem | ( | const Float32 | x = 0 , |
|
const Float32 | y = 0 , |
|||
const Float32 | z = 0 | |||
) | [inline] |
(default) constructor
x | optional x value | |
y | optional y value | |
z | optional z value |
Definition at line 55 of file dsrsc3gr.h.
OFBool DSRGraphicData3DItem::operator== | ( | const DSRGraphicData3DItem & | item | ) | const [inline] |
comparison operator
item | item with which the (x,y,z) triplet should be compared |
Definition at line 68 of file dsrsc3gr.h.
OFBool DSRGraphicData3DItem::operator!= | ( | const DSRGraphicData3DItem & | item | ) | const [inline] |
comparison operator
item | item with which the (x,y,z) triplet should be compared |
Definition at line 77 of file dsrsc3gr.h.