#include <mlDICOMCachedIODCMTreeLoaderPlugin.h>
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::MLDICOMCachedIODCMTreeLoaderPlugin |
( |
| ) |
|
◆ ~MLDICOMCachedIODCMTreeLoaderPlugin()
| virtual MLDICOMCachedIODCMTreeLoaderPlugin::~MLDICOMCachedIODCMTreeLoaderPlugin |
( |
| ) |
|
|
virtual |
◆ loadDCMTree()
Loads the given DICOM tree specified by fileName into treePtr.
- Parameters
-
| 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). |
- Returns
- ML_RESULT_OK if a tree could be loaded (with or without issues), otherwise a code describing the error.
The documentation for this class was generated from the following file: