| 
    MeVisLab Toolbox Reference
    
   | 
 
Collection of tool functions for copy operations from DICOM pixel data to ML SubImages. More...
#include "MLDicomToMLToolsSystem.h"#include "mlDICOMCachedIOFileHandle.h"#include <DCMTree_Lib.h>#include <mlModuleIncludes.h>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 | |
| MLDICOM_TO_ML_TOOLS_EXPORT MLErrorCode | ml::DicomToMLTools::copyFromDCMTreeToSubImg (const DICOMCachedIOFileHandle &dcmFileHandle, DCMTree::Const_TreePtr alternativeDCMTree, SubImage &outSubImg, bool force, DicomMessageCollector &dcmMsgCollector) | 
| Tries to fill the given output subimage outSubImg with pixel data from the DICOM tree given by either dcmFileHandle or alternativeDCMTree.   | |
| MLDICOM_TO_ML_TOOLS_EXPORT MLErrorCode | ml::DicomToMLTools::convertDCMTreeToSubImage (const DICOMCachedIOFileHandle &dcmFrameHandle, DCMTree::Const_TreePtr alternativeDCMTree, SubImage &subImage, DicomMessageCollector &dcmMsgCollector) | 
| Reads the DICOM file given by dcmFrameHandle via the MLDICOMCachedIOTreeCache (or uses alternativeDCMTree if dcmFrameHandle is empty), and updates subImage to its data content.   | |
Collection of tool functions for copy operations from DICOM pixel data to ML SubImages.
Definition in file mlDicomToMLSubImageTools.h.