------------------------------------------------------------------------------
| 1518 | |
| 1519 | //------------------------------------------------------------------------------ |
| 1520 | void vtkVRInteractorStyle::SetInteractor(vtkRenderWindowInteractor* iren) |
| 1521 | { |
| 1522 | this->Superclass::SetInteractor(iren); |
| 1523 | |
| 1524 | if (iren) |
| 1525 | { |
| 1526 | this->SetupActions(iren); |
| 1527 | } |
| 1528 | } |
| 1529 | |
| 1530 | //------------------------------------------------------------------------------ |
| 1531 | void vtkVRInteractorStyle::EndPickCallback(vtkSelection* sel) |