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