MCPcopy Create free account
hub / github.com/MITK/MITK / MakeCurrent

Method MakeCurrent

Modules/Core/src/Rendering/mitkVtkPropRenderer.cpp:368–372  ·  view source on GitHub ↗

! \brief Activates the current renderwindow. */

Source from the content-addressed store, hash-verified

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

Callers 2

WriteMovieMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected