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

Method VSIImage

multiresolutionimageinterface/VSIImage.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19using namespace std;
20
21VSIImage::VSIImage() : MultiResolutionImage(),
22 _vsiFileName(""), _etsFile(""), _tileOffsets(), _tileCoords(),
23 _tileSizeX(0), _tileSizeY(0), _nrTilesX(0),
24 _nrTilesY(0), _compressionType(0)
25{
26}
27
28VSIImage::~VSIImage() {
29 cleanup();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected