| 8 | using namespace pathology; |
| 9 | |
| 10 | DICOMImage::DICOMImage() : MultiResolutionImage() { |
| 11 | } |
| 12 | |
| 13 | DICOMImage::~DICOMImage() { |
| 14 | std::unique_lock<std::shared_mutex> l(*_openCloseMutex); |
nothing calls this directly
no outgoing calls
no test coverage detected