| 11 | } |
| 12 | |
| 13 | DICOMImage::~DICOMImage() { |
| 14 | std::unique_lock<std::shared_mutex> l(*_openCloseMutex); |
| 15 | cleanup(); |
| 16 | MultiResolutionImage::cleanup(); |
| 17 | } |
| 18 | |
| 19 | // We are using OpenSlides caching system instead of our own. |
| 20 | void DICOMImage::setCacheSize(const unsigned long long cacheSize) { |
nothing calls this directly
no outgoing calls
no test coverage detected