![]() |
NorMIT-nav
18.04-rc6
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) |
| QString | readModality () |
| QString | readImageType () |
| void | setModality (QString value) |
| void | setImageType (QString 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 31 of file cxCustomMetaImage.h.
|
explicit |
Definition at line 23 of file cxCustomMetaImage.cpp.
|
inlinestatic |
Definition at line 34 of file cxCustomMetaImage.h.
| QString cx::CustomMetaImage::readImageType | ( | ) |
Definition at line 72 of file cxCustomMetaImage.cpp.
| QString cx::CustomMetaImage::readKey | ( | QString | key | ) |
Definition at line 27 of file cxCustomMetaImage.cpp.
| QString cx::CustomMetaImage::readModality | ( | ) |
Definition at line 56 of file cxCustomMetaImage.cpp.
| Transform3D cx::CustomMetaImage::readTransform | ( | ) |
Definition at line 137 of file cxCustomMetaImage.cpp.
| void cx::CustomMetaImage::setImageType | ( | QString | value | ) |
Definition at line 129 of file cxCustomMetaImage.cpp.
| void cx::CustomMetaImage::setKey | ( | QString | key, |
| QString | value | ||
| ) |
Definition at line 100 of file cxCustomMetaImage.cpp.
| void cx::CustomMetaImage::setModality | ( | QString | value | ) |
Definition at line 119 of file cxCustomMetaImage.cpp.
| void cx::CustomMetaImage::setTransform | ( | const Transform3D | M | ) |
Definition at line 196 of file cxCustomMetaImage.cpp.