MeVisLab Toolbox Reference
mlRetrieveDCMTree.h File Reference

Header file with tool function(s) to get a DCMTree from differently typed sources. More...

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 
 ml::DicomToMLTools
 Tool functions for the extraction and handling of information of specific DICOM frames.
 

Functions

MLMULTI_FILE_VOLUME_EXPORT DCMTree::Const_TreePtr ml::DicomToMLTools::getInputDCMTree (Module &moduleWithInFields, const std::string &inputSourceName, const std::string &fileName, Base *basePtr, const MLint volIdx, size_t *numVolumes, bool allowEmptyFileNames, DicomMessageCollector &dcmMsgCollector)
 Gets a DCMTree from an input which is selected via a string name. More...
 
MLMULTI_FILE_VOLUME_EXPORT void ml::DicomToMLTools::getDCMTreeFromAnyFileType (const std::string &fileName, bool postError, DCMTree::Const_TreePtr &treePtr, size_t &numVols, DicomMessageCollector &dcmMsgCollector)
 Loads a Const_TreePtr from a file given by the absolute file path fileName if possible (currently .dcm and .mlimage files are supported); this function implements a subfunctionality of getInputDCMTree() and needs no Base or Module. More...
 

Detailed Description

Header file with tool function(s) to get a DCMTree from differently typed sources.

Author
Wolf Spindler
Date
2011-03-03

Definition in file mlRetrieveDCMTree.h.