MeVisLab Toolbox Reference
mlDICOMTagSpectTools.h File 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 SpectComplexml::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)

Detailed Description

A collection of tools related to spectroscopy DICOM tags.

Author
Wolf Spindler.
Date
07/2013

Definition in file mlDICOMTagSpectTools.h.