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

Method EndProcessingEvent

Views/Context2D/vtkContextInteractorStyle.cxx:157–165  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

155
156//------------------------------------------------------------------------------
157void vtkContextInteractorStyle::EndProcessingEvent()
158{
159 --this->ProcessingEvents;
160 assert(this->ProcessingEvents >= 0);
161 if (this->ProcessingEvents == 0)
162 {
163 this->OnSceneModified();
164 }
165}
166
167//------------------------------------------------------------------------------
168void vtkContextInteractorStyle::OnMouseMove()

Callers 15

OnSceneModifiedMethod · 0.95
OnMouseMoveMethod · 0.95
OnLeftButtonDownMethod · 0.95
OnLeftButtonUpMethod · 0.95
OnMiddleButtonDownMethod · 0.95
OnMiddleButtonUpMethod · 0.95
OnRightButtonDownMethod · 0.95
OnRightButtonUpMethod · 0.95
OnMouseWheelForwardMethod · 0.95

Calls 2

OnSceneModifiedMethod · 0.95
assertFunction · 0.50

Tested by

no test coverage detected