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

Method setProgressMonitor

annotation/AnnotationToMask.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <algorithm>
10
11void AnnotationToMask::setProgressMonitor(ProgressMonitor* monitor) {
12 _monitor = monitor;
13}
14
15void AnnotationToMask::convert(const std::shared_ptr<AnnotationList>& annotationList, const std::string& maskFile, const std::vector<unsigned long long>& dimensions, const std::vector<double>& spacing, const std::map<std::string, int> nameToLabel, const std::vector<std::string> nameOrder) const {
16 bool hasGroups = !annotationList->getGroups().empty();

Callers 7

convertMethod · 0.45
mainFunction · 0.45
convertImageFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected