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

Method ImageScopeRepository

annotation/ImageScopeRepository.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <cmath>
13
14ImageScopeRepository::ImageScopeRepository(const std::shared_ptr<AnnotationList>& list) :
15 Repository(list),
16 _closingDistance(30.)
17{
18}
19
20void ImageScopeRepository::setClosingDistance(const float& closingDistance) {
21 _closingDistance = closingDistance;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected