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

Method PrepareForRendering

Views/Infovis/vtkRenderView.cxx:509–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509void vtkRenderView::PrepareForRendering()
510{
511 this->Update();
512 this->UpdateHoverWidgetState();
513
514 for (int i = 0; i < this->GetNumberOfRepresentations(); ++i)
515 {
516 vtkRenderedRepresentation* rep =
517 vtkRenderedRepresentation::SafeDownCast(this->GetRepresentation(i));
518 if (rep)
519 {
520 rep->PrepareForRendering(this);
521 }
522 }
523}
524
525void vtkRenderView::UpdateHoverText()
526{

Callers 1

RenderMethod · 0.95

Calls 4

GetRepresentationMethod · 0.80
UpdateMethod · 0.45

Tested by

no test coverage detected