| DCMTK Version 3.6.9
    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 | isEqual (const DSRGraphicData3DItem &item) const | 
| check whether items are "equal" | |
| OFBool | isNotEqual (const DSRGraphicData3DItem &item) const | 
| check whether items are "not equal" | |
| 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.
| 
 | inline | 
(default) constructor
| x | optional x value | 
| y | optional y value | 
| z | optional z value | 
References XCoord, YCoord, and ZCoord.
Referenced by isEqual(), and isNotEqual().
| 
 | inline | 
check whether items are "equal"
| item | item with which the (x,y,z) triplet should be compared | 
References DSRGraphicData3DItem(), XCoord, YCoord, and ZCoord.
| 
 | inline | 
check whether items are "not equal"
| item | item with which the (x,y,z) triplet should be compared | 
References DSRGraphicData3DItem(), XCoord, YCoord, and ZCoord.