MeVisLab Toolbox Reference
mlDicomToMLSubImageTools.h File Reference

Collection of tool functions for copy operations from DICOM pixel data to ML SubImages. 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

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. More...
 
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. More...
 

Detailed Description

Collection of tool functions for copy operations from DICOM pixel data to ML SubImages.

Author
Wolf Spindler
Date
2011-03-03

Definition in file mlDicomToMLSubImageTools.h.