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

Method Render

Rendering/Core/vtkRenderWindowInteractor.cxx:168–177  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

166
167//------------------------------------------------------------------------------
168void vtkRenderWindowInteractor::Render()
169{
170 if (this->RenderWindow && this->Enabled && this->EnableRender)
171 {
172 this->RenderWindow->Render();
173 }
174 // outside the above test so that third-party code can redirect
175 // the render to the appropriate class
176 this->InvokeEvent(vtkCommand::RenderEvent, nullptr);
177}
178
179//------------------------------------------------------------------------------
180// treat renderWindow and interactor as one object.

Callers 3

FlyToMethod · 0.95
FlyToImageMethod · 0.95
InitializeMethod · 0.95

Calls 2

InvokeEventMethod · 0.80
RenderMethod · 0.65

Tested by

no test coverage detected