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

Method EndForwardFly

Interaction/Style/vtkInteractorStyleFlight.cxx:154–161  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

152
153//------------------------------------------------------------------------------
154void vtkInteractorStyleFlight::EndForwardFly()
155{
156 if (this->State != VTKIS_FORWARDFLY)
157 {
158 return;
159 }
160 this->StopState();
161}
162
163//------------------------------------------------------------------------------
164void vtkInteractorStyleFlight::StartReverseFly()

Callers 3

OnLeftButtonUpMethod · 0.95
OnKeyDownMethod · 0.95
OnKeyUpMethod · 0.95

Calls 1

StopStateMethod · 0.80

Tested by

no test coverage detected