MeVisLab Toolbox Reference
|
Helper functions. More...
Go to the source code of this file.
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
namespace | ml::DcmtkMLConvertersTools |
Functions | |
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. | |
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. | |
MLDCMTKMLCONVERTERS_EXPORT bool | ml::DcmtkMLConvertersTools::getSliceRangeOfCSO (const CSO &cso, const PagedImage &image, int &minSlice, int &maxSlice) |
Returns range of slices on which CSO lays. | |
MLDCMTKMLCONVERTERS_EXPORT void | ml::DcmtkMLConvertersTools::throwIfShouldAbort () |
Function throwing std::runtime_error if a global abort was requested. | |