| 305 | |
| 306 | |
| 307 | float PathologyViewer::getForegroundOpacity() const { |
| 308 | return _opacity; |
| 309 | } |
| 310 | |
| 311 | void PathologyViewer::initializeImage(QGraphicsScene* scn, unsigned int tileSize, unsigned int lastLevel) { |
| 312 | unsigned int nrLevels = _img->getNumberOfLevels(); |
nothing calls this directly
no outgoing calls
no test coverage detected