MCPcopy Create free account
hub / github.com/Kitware/VTK / Finalize

Method Finalize

Rendering/UI/vtkXRenderWindowInteractor.cxx:456–473  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

454
455//------------------------------------------------------------------------------
456void vtkXRenderWindowInteractor::Finalize()
457{
458 vtkXRenderWindowInteractorInternals::Instances.erase(this);
459
460 if (this->RenderWindow)
461 {
462 // Finalize the window
463 this->RenderWindow->Finalize();
464 }
465
466 // disconnect from the display, even if we didn't own it
467 this->DisplayId = nullptr;
468 this->Internal->DisplayConnection = -1;
469
470 // revert to uninitialized state
471 this->Initialized = false;
472 this->Enabled = false;
473}
474
475//------------------------------------------------------------------------------
476void vtkXRenderWindowInteractor::Enable()

Callers 5

StartEventLoopMethod · 0.45
HandleCommandMethod · 0.45
InitializeMethod · 0.45
ProcessEventsMethod · 0.45

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected