MeVisLab Toolbox 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 | |
namespace | ml |
Main documentation file for ML users and developers. | |
namespace | 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. | |
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. | |
Header file with tool function(s) to get a DCMTree from differently typed sources.
Definition in file mlRetrieveDCMTree.h.