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

Method Enable

Rendering/UI/vtkAndroidRenderWindowInteractor.cxx:573–581  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

571
572//------------------------------------------------------------------------------
573void vtkAndroidRenderWindowInteractor::Enable()
574{
575 if (this->Enabled)
576 {
577 return;
578 }
579 this->Enabled = 1;
580 this->Modified();
581}
582
583//------------------------------------------------------------------------------
584void vtkAndroidRenderWindowInteractor::Disable()

Callers 1

InitializeMethod · 0.95

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected