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

Method onFieldOfViewChanged

ASAP/PathologyViewer.cpp:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void PathologyViewer::onFieldOfViewChanged(const QRectF& FOV, const unsigned int level) {
229 if (_manager) {
230 _manager->loadTilesForFieldOfView(FOV, level);
231 }
232}
233
234void PathologyViewer::initialize(std::shared_ptr<MultiResolutionImage> img) {
235 close();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected