DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Class for graphic data (3D) items. More...
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) |
Class for graphic data (3D) items.
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 |
OFBool DSRGraphicData3DItem::operator!= | ( | const DSRGraphicData3DItem & | item | ) | const [inline] |
comparison operator
item | item with which the (x,y,z) triplet should be compared |
OFBool DSRGraphicData3DItem::operator== | ( | const DSRGraphicData3DItem & | item | ) | const [inline] |
comparison operator
item | item with which the (x,y,z) triplet should be compared |