MeVisLab Toolbox Reference
MLDICOMCachedIODCMTreeWriterPlugin Class 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. More...
 
virtual ~MLDICOMCachedIODCMTreeWriterPlugin ()
 Destructor. More...
 
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. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MLDICOMCachedIODCMTreeWriterPlugin()

MLDICOMCachedIODCMTreeWriterPlugin::MLDICOMCachedIODCMTreeWriterPlugin ( )

Default constructor.

◆ ~MLDICOMCachedIODCMTreeWriterPlugin()

virtual MLDICOMCachedIODCMTreeWriterPlugin::~MLDICOMCachedIODCMTreeWriterPlugin ( )
virtual

Destructor.

Member Function Documentation

◆ saveDCMTree()

virtual MLErrorCode MLDICOMCachedIODCMTreeWriterPlugin::saveDCMTree ( DCMTree::Const_TreePtr  dcmTree,
const ml::DICOMCachedIOFileHandle fileHandle 
) const
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.


The documentation for this class was generated from the following file: