MeVisLab Toolbox Reference
|
An instance of this class creates singleton proxies for DICOMCachedIO cache classes such that all caches are not removed as long as an instance of this exists. More...
#include <mlDICOMCachedIOProxies.h>
Public Member Functions | |
MLDICOMCachedIOProxies () | |
Constructor. | |
~MLDICOMCachedIOProxies () | |
Destructor. | |
MLDICOMCachedIOPixelFrameCache & | pixelFrameCache () |
Returns the pixel frame cache. | |
MLDICOMCachedIOTagCache & | tagCache () |
Returns the tag 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 considered non-modifying in constant functions; use with care. | |
MLDICOMCachedIOTreeCache & | treeCacheConst () const |
Returns the tree cache using const functions; a bit ugly, but sometimes cache accesses shall be considered non-modifying in constant functions; use with care. | |
An instance of this class creates singleton proxies for DICOMCachedIO cache classes such that all caches are not removed as long as an instance of this exists.
Definition at line 24 of file mlDICOMCachedIOProxies.h.
MLDICOMCachedIOProxies::MLDICOMCachedIOProxies | ( | ) |
Constructor.
MLDICOMCachedIOProxies::~MLDICOMCachedIOProxies | ( | ) |
Destructor.
|
inline |
Returns the pixel frame cache.
Definition at line 34 of file mlDICOMCachedIOProxies.h.
|
inline |
Returns the tag cache.
Definition at line 37 of file mlDICOMCachedIOProxies.h.
|
inline |
Returns the tag cache using const functions; a bit ugly, but sometimes cache accesses shall be considered non-modifying in constant functions; use with care.
Definition at line 44 of file mlDICOMCachedIOProxies.h.
|
inline |
Returns the tree cache.
Definition at line 40 of file mlDICOMCachedIOProxies.h.
|
inline |
Returns the tree cache using const functions; a bit ugly, but sometimes cache accesses shall be considered non-modifying in constant functions; use with care.
Definition at line 48 of file mlDICOMCachedIOProxies.h.