------------------------------------------------------------------------------
| 622 | |
| 623 | //------------------------------------------------------------------------------ |
| 624 | void vtkInteractorStyle::EndTimer() |
| 625 | { |
| 626 | if (this->State != VTKIS_TIMER) |
| 627 | { |
| 628 | return; |
| 629 | } |
| 630 | this->StopState(); |
| 631 | } |
| 632 | |
| 633 | //------------------------------------------------------------------------------ |
| 634 | void vtkInteractorStyle::StartTwoPointer() |