Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ setClosingDistance
Method
setClosingDistance
annotation/ImageScopeRepository.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void ImageScopeRepository::setClosingDistance(const float& closingDistance) {
21
_closingDistance = closingDistance;
22
}
23
24
float ImageScopeRepository::getClosingDistance() {
25
return _closingDistance;
Callers
1
onLoadButtonPressed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected