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

Method resetCoverage

ASAP/TileManager.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void TileManager::resetCoverage(unsigned int level) {
39 _coverage[level] = std::map<int, std::map<int, unsigned char> >();
40 if (_coverageMaps.size() > level) {
41 _coverageMaps[level] = QPainterPath();
42 }
43}
44
45QPoint TileManager::pixelCoordinatesToTileCoordinates(QPointF coordinate, unsigned int level) {
46 if (level < _levelDownsamples.size()) {

Callers

nothing calls this directly

Calls 2

QPainterPathClass · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected