| 13 | using namespace pathology; |
| 14 | |
| 15 | TIFFImage::TIFFImage() : MultiResolutionImage(), _tiff(NULL), _jp2000(NULL) { |
| 16 | } |
| 17 | |
| 18 | TIFFImage::~TIFFImage() { |
| 19 | std::unique_lock<std::shared_mutex> l(*_openCloseMutex); |
nothing calls this directly
no outgoing calls
no test coverage detected