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

Method LIFImage

multiresolutionimageinterface/LIFImage.cpp:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const char LIFImage::LIF_MEMORY_BYTE = 0x2a;
15
16LIFImage::LIFImage() : MultiResolutionImage(), _lastChannel(0), _alternateCenter(false), _selectedSeries(-1), _fileSize(0), _fileName("") {
17}
18
19LIFImage::~LIFImage() {
20 cleanup();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected