|
MeVisLab Toolbox Reference
|
Base class for plugins which support writing of DICOM trees (this class already implements basic file saving). More...
#include <mlDICOMCachedIODCMTreeWriterPlugin.h>
Public Member Functions | |
| MLDICOMCachedIODCMTreeWriterPlugin () | |
| Default constructor. | |
| virtual | ~MLDICOMCachedIODCMTreeWriterPlugin () |
| Destructor. | |
| virtual MLErrorCode | saveDCMTree (DCMTree::Const_TreePtr dcmTree, const ml::DICOMCachedIOFileHandle &fileHandle) const |
| Saves the given DICOM tree in the file specified by fileName and returns ML_RESULT_OK on success, otherwise a code describing the error. | |
Base class for plugins which support writing of DICOM trees (this class already implements basic file saving).
Definition at line 31 of file mlDICOMCachedIODCMTreeWriterPlugin.h.
| MLDICOMCachedIODCMTreeWriterPlugin::MLDICOMCachedIODCMTreeWriterPlugin | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
virtual |
Saves the given DICOM tree in the file specified by fileName and returns ML_RESULT_OK on success, otherwise a code describing the error.