MeVisLab Toolbox Reference
|
Go to the source code of this file.
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
Macros | |
#define | ML_DICOM_TREE_IMAGE_PROPERTY_EXTENSION_CLASS_NAME ml::DicomTreeImagePropertyExtension::getClassTypeId()->getName() |
Macro which resolves the class name of DicomTreeImagePropertyExtension. | |
#define | ML_GET_DICOM_TREE_CONST(constTreePtr, medicalImageProperties) |
Macro which assigns the dicom tree contained in medicalImageProperties (or PagedImg) to constTreePtr. | |
#define | ML_GET_DICOM_TREE_FROM_FIELD_CONST(constTreePtr, mlField) |
Macro which assigns the dicom tree contained in the image of the mlfield to constTreePtr. | |
#define | ML_GET_DICOM_TAG_BY_NAME_CONST(constTagPtr, constTreePtr, name) |
Macro which tries to assign the dicom tag with the given name in constTreePtr to constTagPtr. | |
Functions | |
MLDICOM_TREE_IMAGE_PROPERTY_EXTENSION_EXPORT DCMTree::Const_TreePtr | ml::getDicomTreeFromImagePropertyExtension (const ImagePropertyExtension *dicomTreeImagePropertyExtensionPtr) |
Casts the ImagePropertyExtension pointer into a DicomTreeImagePropertyExtension pointer and returns the contained dicom tree pointer. | |
MLDICOM_TREE_IMAGE_PROPERTY_EXTENSION_EXPORT DCMTree::Const_TagPtr | ml::getDicomTagByName (const ImagePropertyExtension *imagePropertyExtensionPtr, const std::string &tagName) |
Returns the tag with the given name from the property extension. If it is not found, the pointer will be NULL. | |
MLDICOM_TREE_IMAGE_PROPERTY_EXTENSION_EXPORT bool | ml::getTagIdByATString (const std::string &atString, DCMTree::TagId &tagId) |
Gets the tag id for (group,element) string (AT format). | |
MLDICOM_TREE_IMAGE_PROPERTY_EXTENSION_EXPORT bool | ml::MLIsATString (const std::string &supposedATString) |
Checks if the given string is a well-formed AT string. | |
#define ML_DICOM_TREE_IMAGE_PROPERTY_EXTENSION_CLASS_NAME ml::DicomTreeImagePropertyExtension::getClassTypeId()->getName() |
Macro which resolves the class name of DicomTreeImagePropertyExtension.
Definition at line 47 of file mlDicomTreeAccess.h.
#define ML_GET_DICOM_TAG_BY_NAME_CONST | ( | constTagPtr, | |
constTreePtr, | |||
name ) |
Macro which tries to assign the dicom tag with the given name in constTreePtr to constTagPtr.
If constTreePtr is NULL or the tag could not be found then constTagPtr is set to NULL.
Definition at line 85 of file mlDicomTreeAccess.h.
#define ML_GET_DICOM_TREE_CONST | ( | constTreePtr, | |
medicalImageProperties ) |
Macro which assigns the dicom tree contained in medicalImageProperties (or PagedImg) to constTreePtr.
Definition at line 53 of file mlDicomTreeAccess.h.
#define ML_GET_DICOM_TREE_FROM_FIELD_CONST | ( | constTreePtr, | |
mlField ) |
Macro which assigns the dicom tree contained in the image of the mlfield to constTreePtr.
Access to mlAPI.h is necessary for this macro to work!
Definition at line 64 of file mlDicomTreeAccess.h.