MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkXRenderWindowInteractor

Method ~vtkXRenderWindowInteractor

Rendering/UI/vtkXRenderWindowInteractor.cxx:181–188  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

179
180//------------------------------------------------------------------------------
181vtkXRenderWindowInteractor::~vtkXRenderWindowInteractor()
182{
183 this->Finalize();
184
185 this->Disable();
186
187 delete this->Internal;
188}
189
190//------------------------------------------------------------------------------
191// TerminateApp() notifies the event loop to exit.

Callers

nothing calls this directly

Calls 2

FinalizeMethod · 0.95
DisableMethod · 0.95

Tested by

no test coverage detected