MeVisLab Toolbox Reference
|
Functions | |
MLDCMTKMLCONVERTERS_EXPORT std::string | getTagValueFromImage (DCMTree::RawTagId tagId, PagedImage *image) |
Returns tag value of first tag with given ID found in the DICOM tree associated with given image. | |
MLDCMTKMLCONVERTERS_EXPORT std::string | getFrameSpecificTagValueFromImage (DCMTree::RawTagId tagId, int frameIndex, PagedImage *image) |
Returns tag value of a tag with given ID associated with given frame of input image. | |
MLDCMTKMLCONVERTERS_EXPORT bool | getSliceRangeOfCSO (const CSO &cso, const PagedImage &image, int &minSlice, int &maxSlice) |
Returns range of slices on which CSO lays. | |
MLDCMTKMLCONVERTERS_EXPORT void | throwIfShouldAbort () |
Function throwing std::runtime_error if a global abort was requested. | |
MLDCMTKMLCONVERTERS_EXPORT std::string ml::DcmtkMLConvertersTools::getFrameSpecificTagValueFromImage | ( | DCMTree::RawTagId | tagId, |
int | frameIndex, | ||
PagedImage * | image ) |
Returns tag value of a tag with given ID associated with given frame of input image.
References getFrameSpecificTagValueFromImage().
Referenced by getFrameSpecificTagValueFromImage().
MLDCMTKMLCONVERTERS_EXPORT bool ml::DcmtkMLConvertersTools::getSliceRangeOfCSO | ( | const CSO & | cso, |
const PagedImage & | image, | ||
int & | minSlice, | ||
int & | maxSlice ) |
Returns range of slices on which CSO lays.
This is simply the minimum and maximum of all CSO points mapped to the voxel space, without regard for the actual image extent.
References getSliceRangeOfCSO().
Referenced by getSliceRangeOfCSO().
MLDCMTKMLCONVERTERS_EXPORT std::string ml::DcmtkMLConvertersTools::getTagValueFromImage | ( | DCMTree::RawTagId | tagId, |
PagedImage * | image ) |
Returns tag value of first tag with given ID found in the DICOM tree associated with given image.
References getTagValueFromImage().
Referenced by getTagValueFromImage().
MLDCMTKMLCONVERTERS_EXPORT void ml::DcmtkMLConvertersTools::throwIfShouldAbort | ( | ) |
Function throwing std::runtime_error if a global abort was requested.
References throwIfShouldAbort().
Referenced by throwIfShouldAbort().