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

Method ImageSource

core/ImageSource.cpp:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace pathology;
4
5ImageSource::ImageSource() :
6 _spacing(),
7 _samplesPerPixel(0),
8 _colorType(ColorType::InvalidColorType),
9 _dataType(DataType::InvalidDataType),
10 _isValid(false)
11{
12}
13
14ImageSource::~ImageSource() {
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected