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

Method DICOMImage

multiresolutionimageinterface/DICOMImage.cpp:10–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace pathology;
9
10DICOMImage::DICOMImage() : MultiResolutionImage() {
11}
12
13DICOMImage::~DICOMImage() {
14 std::unique_lock<std::shared_mutex> l(*_openCloseMutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected