MeVisLab Toolbox Reference
mlDicomTreeMinMaxTools.h File Reference

Tool functions for the min/max value handling from and in DICOM frames and frame sets. More...

Go to the source code of this file.

Namespaces

namespace  ml
 Defines the class GetTileJob.
namespace  ml::DicomToMLTools
 A collection of DICOM tool functions.

Enumerations

enum  ml::DicomToMLTools::CalculateMinMaxFromDicomModes { ml::DicomToMLTools::CalculateMinMaxAutomatic = 0 , ml::DicomToMLTools::CalculateMinMaxOnlyFromDicomTags , ml::DicomToMLTools::CalculateMinMaxMaxScanImageData , ml::DicomToMLTools::NUM__CALC_MIN_MAX_FROM_DICOM_ENUMS }
 Available selectable DPL configurations. More...

Functions

MLDICOM_TO_ML_TOOLS_EXPORT void ml::DicomToMLTools::setUpMinMaxVoxelValues (std::string &errStr, DCMTree::Const_DictPtr dcmTreeDictPtr, double smallestPixelValue, double largestPixelValue, DCMTree::TreePtr dcmTree)
MLDICOM_TO_ML_TOOLS_EXPORT bool ml::DicomToMLTools::guessMinMaxRangeFromDICOMTags (DCMTree::Const_TreePtr treePtr, MLdouble &minPixVal, MLdouble &maxPixVal, DicomMessageCollector &dcmMsgCollector)
MLDICOM_TO_ML_TOOLS_EXPORT void ml::DicomToMLTools::calcImageDataMinMaxFromTag (DCMTree::Const_TreePtr &treePtr, MLint64 &minValInt64, MLint64 &maxValInt64, MLdouble &minValDbl, MLdouble &maxValDbl, DicomMessageCollector &dcmMsgCollector)
MLDICOM_TO_ML_TOOLS_EXPORT void ml::DicomToMLTools::determineMinMaxValues (DCMTree::Const_TreePtr treePtr, PagedImage &pagedImg)

Variables

MLDICOM_TO_ML_TOOLS_EXPORT const char *const ml::DicomToMLTools::CalculateMinMaxFromDicomModesEnumStrings [NUM__CALC_MIN_MAX_FROM_DICOM_ENUMS]
 Strings names corresponding to the selectable DplMinMaxEnums.

Detailed Description

Tool functions for the min/max value handling from and in DICOM frames and frame sets.

Author
Wolf Spindler
Date
2016-30-07

Definition in file mlDicomTreeMinMaxTools.h.