! \brief Activates the current renderwindow. */
| 366 | \brief Activates the current renderwindow. |
| 367 | */ |
| 368 | void mitk::VtkPropRenderer::MakeCurrent() |
| 369 | { |
| 370 | if (m_RenderWindow != nullptr) |
| 371 | m_RenderWindow->MakeCurrent(); |
| 372 | } |
| 373 | |
| 374 | void mitk::VtkPropRenderer::PickWorldPoint(const mitk::Point2D &displayPoint, mitk::Point3D &worldPoint) const |
| 375 | { |
no outgoing calls
no test coverage detected