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

Method ~vtkInteractorObserver

Rendering/Core/vtkInteractorObserver.cxx:49–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47
48//------------------------------------------------------------------------------
49vtkInteractorObserver::~vtkInteractorObserver()
50{
51 this->UnRegisterPickers();
52
53 this->SetEnabled(0);
54 this->SetCurrentRenderer(nullptr);
55 this->SetDefaultRenderer(nullptr);
56 this->EventCallbackCommand->Delete();
57 this->KeyPressCallbackCommand->Delete();
58 this->SetInteractor(nullptr);
59}
60
61//------------------------------------------------------------------------------
62void vtkInteractorObserver::SetCurrentRenderer(vtkRenderer* _arg)

Callers

nothing calls this directly

Calls 6

UnRegisterPickersMethod · 0.95
SetCurrentRendererMethod · 0.95
SetInteractorMethod · 0.95
DeleteMethod · 0.65
SetEnabledMethod · 0.45
SetDefaultRendererMethod · 0.45

Tested by

no test coverage detected