MeVisLab Toolbox Reference
|
Base class for plugins which support loading of DICOM trees (this class already implements basic file loading). More...
#include <mlDICOMCachedIODCMTreeLoaderPlugin.h>
Public Member Functions | |
MLDICOMCachedIODCMTreeLoaderPlugin () | |
Default constructor. | |
virtual | ~MLDICOMCachedIODCMTreeLoaderPlugin () |
Destructor. | |
virtual MLErrorCode | loadDCMTree (const ml::DICOMCachedIOFileHandle &fileHandle, DCMTree::TreePtr &treePtr, ml::DicomMessageCollector &dcmMsgCollector) const |
Loads the given DICOM tree specified by fileName into treePtr. | |
Base class for plugins which support loading of DICOM trees (this class already implements basic file loading).
Definition at line 33 of file mlDICOMCachedIODCMTreeLoaderPlugin.h.
MLDICOMCachedIODCMTreeLoaderPlugin::MLDICOMCachedIODCMTreeLoaderPlugin | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
virtual |
Loads the given DICOM tree specified by fileName into treePtr.
fileHandle | Full path to DICOM tree file to be loaded. |
treePtr | The loaded and returned DICOM tree, reset to nullptr if load fails. |
dcmMsgCollector | Collects error, info and issue messages (typically related to a handle). |