| 185 | } |
| 186 | |
| 187 | vtkInteractorObserver* vtkRenderView::GetInteractorStyle() |
| 188 | { |
| 189 | if (this->GetInteractor()) |
| 190 | { |
| 191 | return this->GetInteractor()->GetInteractorStyle(); |
| 192 | } |
| 193 | return nullptr; |
| 194 | } |
| 195 | |
| 196 | void vtkRenderView::SetRenderOnMouseMove(bool b) |
| 197 | { |