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

Method setCoverageMapModeToCache

ASAP/TileManager.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void TileManager::setCoverageMapModeToCache() {
202 _coverageMapCacheMode = true;
203}
204void TileManager::setCoverageMapModeToVisited() {
205 _coverageMapCacheMode = false;
206}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected