DCMTK  Version 3.6.9
OFFIS DICOM Toolkit
Public Member Functions | Public Attributes | List of all members
DSRGraphicData3DItem Class Reference

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 More...
 
OFBool isEqual (const DSRGraphicData3DItem &item) const
 check whether items are "equal" More...
 
OFBool isNotEqual (const DSRGraphicData3DItem &item) const
 check whether items are "not equal" More...
 

Public Attributes

Float32 XCoord
 x value (VR=FL)
 
Float32 YCoord
 y value (VR=FL)
 
Float32 ZCoord
 z value (VR=FL)
 

Detailed Description

Class for graphic data (3D) items.

Constructor & Destructor Documentation

◆ DSRGraphicData3DItem()

DSRGraphicData3DItem::DSRGraphicData3DItem ( const Float32  x = 0,
const Float32  y = 0,
const Float32  z = 0 
)
inline

(default) constructor

Parameters
xoptional x value
yoptional y value
zoptional z value

Member Function Documentation

◆ isEqual()

OFBool DSRGraphicData3DItem::isEqual ( const DSRGraphicData3DItem item) const
inline

check whether items are "equal"

Parameters
itemitem with which the (x,y,z) triplet should be compared
Returns
OFTrue if both triplets are equal, OFFalse otherwise

References XCoord, YCoord, and ZCoord.

◆ isNotEqual()

OFBool DSRGraphicData3DItem::isNotEqual ( const DSRGraphicData3DItem item) const
inline

check whether items are "not equal"

Parameters
itemitem with which the (x,y,z) triplet should be compared
Returns
OFTrue if not equal, OFFalse if equal

References XCoord, YCoord, and ZCoord.


The documentation for this class was generated from the following file:


Generated on Wed Dec 11 2024 for DCMTK Version 3.6.9 by Doxygen 1.9.1