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

Method getSpacing

core/ImageSource.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41const std::vector<double> ImageSource::getSpacing() const {
42 return _spacing;
43}
44
45const DataType ImageSource::getDataType() const {
46 if (_isValid) {

Callers 13

writeImageToFileMethod · 0.80
calculateMethod · 0.80
processMethod · 0.80
processMethod · 0.80
processMethod · 0.80
processMethod · 0.80
mouseMoveEventMethod · 0.80
mouseDoubleClickEventMethod · 0.80
onSaveButtonPressedMethod · 0.80
onNewImageLoadedMethod · 0.80
mouseMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected