11 #ifndef CXCUSTOMMETAIMAGE_H_ 12 #define CXCUSTOMMETAIMAGE_H_ 14 #include "cxResourceExport.h" 44 IMAGE_MODALITY readModality();
45 IMAGE_SUBTYPE readImageType();
46 void setModality(IMAGE_MODALITY value);
47 void setImageType(IMAGE_SUBTYPE value);
49 QString readKey(QString key);
50 void setKey(QString key, QString value);
55 void remove(QStringList* data, QStringList keys);
56 void append(QStringList* data, QString key, QString value);
Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
IMAGE_MODALITY convertToModality(QString modalityString)
boost::shared_ptr< class CustomMetaImage > CustomMetaImagePtr
IMAGE_SUBTYPE convertToImageSubType(QString imageTypeSubString)
Namespace for all CustusX production code.