NorMIT-nav
2023.01.05-dev+develop.0da12
An IGT application
|
utility class for accessing metaheader files. More...
#include <cxCustomMetaImage.h>
Public Member Functions | |
CustomMetaImage (QString filename) | |
Transform3D | readTransform () |
void | setTransform (const Transform3D M) |
IMAGE_MODALITY | readModality () |
IMAGE_SUBTYPE | readImageType () |
void | setModality (IMAGE_MODALITY value) |
void | setImageType (IMAGE_SUBTYPE value) |
QString | readKey (QString key) |
void | setKey (QString key, QString value) |
Static Public Member Functions | |
static CustomMetaImagePtr | create (QString filename) |
utility class for accessing metaheader files.
This is meant as a supplement to vtkMetaImageReader/Writer, extending that interface.
Definition at line 35 of file cxCustomMetaImage.h.
|
explicit |
Definition at line 86 of file cxCustomMetaImage.cpp.
|
inlinestatic |
Definition at line 38 of file cxCustomMetaImage.h.
IMAGE_SUBTYPE cx::CustomMetaImage::readImageType | ( | ) |
Definition at line 125 of file cxCustomMetaImage.cpp.
QString cx::CustomMetaImage::readKey | ( | QString | key | ) |
Definition at line 90 of file cxCustomMetaImage.cpp.
IMAGE_MODALITY cx::CustomMetaImage::readModality | ( | ) |
Definition at line 119 of file cxCustomMetaImage.cpp.
Transform3D cx::CustomMetaImage::readTransform | ( | ) |
Definition at line 184 of file cxCustomMetaImage.cpp.
void cx::CustomMetaImage::setImageType | ( | IMAGE_SUBTYPE | value | ) |
Definition at line 178 of file cxCustomMetaImage.cpp.
void cx::CustomMetaImage::setKey | ( | QString | key, |
QString | value | ||
) |
Definition at line 154 of file cxCustomMetaImage.cpp.
void cx::CustomMetaImage::setModality | ( | IMAGE_MODALITY | value | ) |
Definition at line 173 of file cxCustomMetaImage.cpp.
void cx::CustomMetaImage::setTransform | ( | const Transform3D | M | ) |
Definition at line 243 of file cxCustomMetaImage.cpp.