MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / ~DICOMImage

Method ~DICOMImage

multiresolutionimageinterface/DICOMImage.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13DICOMImage::~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.
20void DICOMImage::setCacheSize(const unsigned long long cacheSize) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected