#include <ImFusion/Dicom/DicomIOD.h>
Descriptor for a single DICOM frame that is used during the loading process as intermediate representation before eventually converting the image data to a SharedImageSet.
More...
Descriptor for a single DICOM frame that is used during the loading process as intermediate representation before eventually converting the image data to a SharedImageSet.
- Examples
- DicomExtensionExample2.cpp.
|
IOD * | iod |
| Parent IOD that loaded the frame. Never nullptr and must not be re-assigned.
|
|
int | index |
| Index of the frame in the iod.
|
|
ImageDescriptor | desc |
| Descriptor of the frame.
|
|
mat4 | matrix |
| Plane transformation.
|
|
bool | hasMatrix |
| Flag whether or not the plane transformation is available.
|
|
int | sharedImageIndex |
| index of the SharedImage in the SharedImageSet
|
|
int | sliceIndex |
| slice index of the frame in the volume (or 0 for 2D images)
|
|
◆ FrameDescriptor()
Default constructor.
- Parameters
-
iod | Parent IOD that loaded the frame |
index | Index of the frame in the iod |
desc | Descriptor of the frame |
matrix | Plane transformation |
hasMatrix | Flag whether the plane transformation is available. |
The documentation for this struct was generated from the following file:
- ImFusion/Dicom/DicomIOD.h