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

Method Initialize

Rendering/Core/vtkRenderWindowInteractor.cxx:1024–1029  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1022
1023//------------------------------------------------------------------------------
1024void vtkRenderWindowInteractor::Initialize()
1025{
1026 this->Initialized = 1;
1027 this->Enable();
1028 this->Render();
1029}
1030
1031//------------------------------------------------------------------------------
1032void vtkRenderWindowInteractor::HideCursor()

Callers 1

StartMethod · 0.95

Calls 2

RenderMethod · 0.95
EnableMethod · 0.45

Tested by

no test coverage detected