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

Method Stop

Rendering/Core/vtkInteractorEventRecorder.cxx:237–241  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

235
236//------------------------------------------------------------------------------
237void vtkInteractorEventRecorder::Stop()
238{
239 this->State = vtkInteractorEventRecorder::Start;
240 this->Modified();
241}
242
243//------------------------------------------------------------------------------
244void vtkInteractorEventRecorder::Clear()

Callers 1

ClearMethod · 0.95

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected