|
MeVisLab Toolbox Reference
|
A collection of tools related to spectroscopy DICOM tags. More...
#include "MLDICOMTagsSystem.h"#include <mlUtilsSystem.h>#include <DCMTree_Lib.h>#include <FMEThirdPartyWarningsDisable.h>#include <complex>#include <FMEThirdPartyWarningsRestore.h>Go to the source code of this file.
Namespaces | |
| namespace | ml |
| Defines the class GetTileJob. | |
| namespace | ml::DICOMTagTools |
| A namespace collecting tools related to DICOM tags and tree tools. | |
Typedefs | |
| typedef std::complex< float > | ml::DICOMTagTools::SpectComplex |
| Define a complex data type to be used for spectroscopy data. | |
Functions | |
| MLDICOMTags_EXPORT bool | ml::DICOMTagTools::hasMrsASCIITag (DCMTree::Const_TreePtr treePtr) |
| MLDICOMTags_EXPORT const SpectComplex * | ml::DICOMTagTools::getSpectDataPtrFromTree (DCMTree::Const_TreePtr treePtr, size_t *valSizeInBytes=nullptr) |
| MLDICOMTags_EXPORT void | ml::DICOMTagTools::getComplexSpectDataCopy (DCMTree::Const_TreePtr treePtr, size_t &chunkSize, SpectComplex *&cplxChunk) |
A collection of tools related to spectroscopy DICOM tags.
Definition in file mlDICOMTagSpectTools.h.