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

Method TIFFImage

multiresolutionimageinterface/TIFFImage.cpp:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13using namespace pathology;
14
15TIFFImage::TIFFImage() : MultiResolutionImage(), _tiff(NULL), _jp2000(NULL) {
16}
17
18TIFFImage::~TIFFImage() {
19 std::unique_lock<std::shared_mutex> l(*_openCloseMutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected