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

Method Clear

Rendering/Core/vtkInteractorEventRecorder.cxx:244–262  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

242
243//------------------------------------------------------------------------------
244void vtkInteractorEventRecorder::Clear()
245{
246 this->Stop();
247
248 if (this->InputStream)
249 {
250 this->InputStream->clear();
251 delete this->InputStream;
252 this->InputStream = nullptr;
253 }
254
255 if (this->OutputStream)
256 {
257 delete this->OutputStream;
258 this->OutputStream = nullptr;
259 }
260
261 this->Modified();
262}
263
264//------------------------------------------------------------------------------
265void vtkInteractorEventRecorder::Rewind()

Callers 5

GetRenderPassStageMTimeFunction · 0.45
RenderMethod · 0.45
RenderMethod · 0.45

Calls 3

StopMethod · 0.95
clearMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected