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

Method setTileManager

ASAP/MiniMap.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void MiniMap::setTileManager(TileManager* manager) {
42 _manager = manager;
43}
44
45void MiniMap::updateFieldOfView(const QRectF& fieldOfView) {
46 _fieldOfView = fieldOfView;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected