MCPcopy 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
20void ImageScopeRepository::setClosingDistance(const float& closingDistance) {
21 _closingDistance = closingDistance;
22}
23
24float ImageScopeRepository::getClosingDistance() {
25 return _closingDistance;

Callers 1

onLoadButtonPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected