MCPcopy Create free account
hub / github.com/MITK/MITK / ~VtkLayerController

Method ~VtkLayerController

Modules/Core/src/Controllers/mitkVtkLayerController.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65mitk::VtkLayerController::~VtkLayerController()
66{
67 if (m_RenderWindow != nullptr)
68 {
69 m_RenderWindow->UnRegister(nullptr);
70 }
71}
72
73/**
74 * Connects a VTK renderer with a vtk renderwindow. The renderer will be rendered in the background.

Callers

nothing calls this directly

Calls 1

UnRegisterMethod · 0.45

Tested by

no test coverage detected