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

Method Render

Views/Infovis/vtkRenderView.cxx:274–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void vtkRenderView::Render()
275{
276 // Why should we have to initialize in here at all?
277 if (!this->RenderWindow->GetInteractor()->GetInitialized())
278 {
279 this->RenderWindow->GetInteractor()->Initialize();
280 }
281 this->PrepareForRendering();
282 this->Renderer->ResetCameraClippingRange();
283 this->RenderWindow->Render();
284}
285
286void vtkRenderView::AddLabels(vtkAlgorithmOutput* conn)
287{

Callers 1

ProcessEventsMethod · 0.95

Calls 6

PrepareForRenderingMethod · 0.95
RenderMethod · 0.65
GetInitializedMethod · 0.45
GetInteractorMethod · 0.45
InitializeMethod · 0.45

Tested by

no test coverage detected