22 class DICOMCachedIOFileHandleBase;
43 const ML_NAMESPACE::DICOMCachedIOFileHandle &fileHandle)
const;
Project global and OS specific declarations.
#define MLDICOMCachedIO_EXPORT
If included by external modules, exported symbols are declared as import symbols.
Base class for plugins which support writing of DICOM trees (this class already implements basic file...
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,...
MLDICOMCachedIODCMTreeWriterPlugin()
Default constructor.
virtual ~MLDICOMCachedIODCMTreeWriterPlugin()
Destructor.
MLint32 MLErrorCode
Type of an ML Error code.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
boost::shared_ptr< const Tree > Const_TreePtr
DICOMCachedIOFileHandleBase< char > DICOMCachedIOFileHandle
"Forward" to DICOMCachedIOFileHandle.