* Set the interactor for the mouse event. */
| 51 | * Set the interactor for the mouse event. |
| 52 | */ |
| 53 | void SetInteractor(vtkRenderWindowInteractor* interactor) { this->Interactor = interactor; } |
| 54 | |
| 55 | /** |
| 56 | * Get the interactor for the mouse event. This can be null, and is provided |
no outgoing calls
no test coverage detected