Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
const std::vector<double> ImageSource::getSpacing() const {
42
return _spacing;
43
}
44
45
const DataType ImageSource::getDataType() const {
46
if (_isValid) {
Callers
13
writeImageToFile
Method · 0.80
calculate
Method · 0.80
process
Method · 0.80
process
Method · 0.80
process
Method · 0.80
process
Method · 0.80
initializeGUIComponents
Method · 0.80
mouseMoveEvent
Method · 0.80
mouseDoubleClickEvent
Method · 0.80
onSaveButtonPressed
Method · 0.80
onNewImageLoaded
Method · 0.80
mouseMoveEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected