Project global and OS specific declarations.
#define MLDICOMCachedIO_EXPORT
If included by external modules, exported symbols are declared as import symbols.
Class for cached DICOM tag loading from files for DICOM importing modules.
An instance of this class creates singleton proxies for DICOMCachedIO cache classes such that all cac...
~MLDICOMCachedIOProxies()
Destructor.
MLDICOMCachedIOTreeCache & treeCacheConst() const
Returns the tree cache using const functions; a bit ugly, but sometimes cache accesses shall be consi...
MLDICOMCachedIOProxies()
Constructor.
MLDICOMCachedIOPixelFrameCache & pixelFrameCache()
Returns the pixel frame cache.
MLDICOMCachedIOTreeCache & treeCache()
Returns the tree cache.
MLDICOMCachedIOTagCache & tagCacheConst() const
Returns the tag cache using const functions; a bit ugly, but sometimes cache accesses shall be consid...
MLDICOMCachedIOTagCache & tagCache()
Returns the tag cache.
Class for cached DICOM tag loading from files for DICOM importing modules.
Class for DICOM tree accesses and caching of them for DICOM importing modules.