Class for graphic data (3D) items.
More...
List of all members.
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.
Definition at line 46 of file dsrsc3gr.h.
Constructor & Destructor Documentation
DSRGraphicData3DItem::DSRGraphicData3DItem |
( |
const Float32 |
x = 0 , |
|
|
const Float32 |
y = 0 , |
|
|
const Float32 |
z = 0 |
|
) |
| |
|
inline |
(default) constructor
- Parameters:
-
x | optional x value |
y | optional y value |
z | optional z value |
Definition at line 55 of file dsrsc3gr.h.
Member Function Documentation
comparison operator
- Parameters:
-
item | item with which the (x,y,z) triplet should be compared |
- Returns:
- true if not equal, false if equal
Definition at line 77 of file dsrsc3gr.h.
References XCoord, YCoord, and ZCoord.
comparison operator
- Parameters:
-
item | item with which the (x,y,z) triplet should be compared |
- Returns:
- OFTrue if both triplets are equal, OFFalse otherwise
Definition at line 68 of file dsrsc3gr.h.
References XCoord, YCoord, and ZCoord.
The documentation for this class was generated from the following file: