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

Method RenderNow

Views/Context2D/vtkContextInteractorStyle.cxx:114–125  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

112
113//------------------------------------------------------------------------------
114void vtkContextInteractorStyle::RenderNow()
115{
116 if (this->SceneTimerId > 0)
117 {
118 this->Interactor->DestroyTimer(this->SceneTimerId);
119 this->SceneTimerId = 0;
120 }
121 if (this->Scene && !this->ProcessingEvents && this->Interactor->GetInitialized())
122 {
123 this->Interactor->Render();
124 }
125}
126
127//------------------------------------------------------------------------------
128void vtkContextInteractorStyle::OnSceneModified()

Callers 1

Calls 3

RenderMethod · 0.65
DestroyTimerMethod · 0.45
GetInitializedMethod · 0.45

Tested by

no test coverage detected