| 282 | } |
| 283 | |
| 284 | void QmitkVideoBackground::OnRenderWindowDelete(vtkObject *object, unsigned long, void *clientdata, void *) |
| 285 | { |
| 286 | QmitkVideoBackground *instance = static_cast<QmitkVideoBackground *>(clientdata); |
| 287 | instance->RemoveRenderWindow(static_cast<vtkRenderWindow *>(object), false); |
| 288 | } |
nothing calls this directly
no test coverage detected