MeVisLab Toolbox Reference
mlDcmtkMLConvertersTools.h File Reference

Helper functions. More...

#include "MLDcmtkMLConvertersSystem.h"
#include <mlTypeDefs.h>
#include <DCMTree_Lib.h>

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 
 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. More...
 
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. More...
 
MLDCMTKMLCONVERTERS_EXPORT bool ml::DcmtkMLConvertersTools::getSliceRangeOfCSO (const CSO &cso, const PagedImage &image, int &minSlice, int &maxSlice)
 Returns range of slices on which CSO lays. More...
 
MLDCMTKMLCONVERTERS_EXPORT void ml::DcmtkMLConvertersTools::throwIfShouldAbort ()
 Function throwing std::runtime_error if a global abort was requested. More...
 

Detailed Description

Helper functions.

Author
Grzegorz Chlebus
Date
2014-08-19

Definition in file mlDcmtkMLConvertersTools.h.