Fraxinus
17.12-rc4
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 52 of file cxCustomMetaImage.h.
|
explicit |
Definition at line 44 of file cxCustomMetaImage.cpp.
|
inlinestatic |
Definition at line 55 of file cxCustomMetaImage.h.
QString cx::CustomMetaImage::readImageType | ( | ) |
Definition at line 93 of file cxCustomMetaImage.cpp.
QString cx::CustomMetaImage::readKey | ( | QString | key | ) |
Definition at line 48 of file cxCustomMetaImage.cpp.
QString cx::CustomMetaImage::readModality | ( | ) |
Definition at line 77 of file cxCustomMetaImage.cpp.
Transform3D cx::CustomMetaImage::readTransform | ( | ) |
Definition at line 158 of file cxCustomMetaImage.cpp.
void cx::CustomMetaImage::setImageType | ( | QString | value | ) |
Definition at line 150 of file cxCustomMetaImage.cpp.
void cx::CustomMetaImage::setKey | ( | QString | key, |
QString | value | ||
) |
Definition at line 121 of file cxCustomMetaImage.cpp.
void cx::CustomMetaImage::setModality | ( | QString | value | ) |
Definition at line 140 of file cxCustomMetaImage.cpp.
void cx::CustomMetaImage::setTransform | ( | const Transform3D | M | ) |
Definition at line 217 of file cxCustomMetaImage.cpp.