Resize the window.
| 406 | |
| 407 | // Resize the window. |
| 408 | void vtkOSOpenGLRenderWindow::WindowRemap() |
| 409 | { |
| 410 | // shut everything down |
| 411 | this->Finalize(); |
| 412 | |
| 413 | // set everything up again |
| 414 | this->Initialize(); |
| 415 | } |
| 416 | |
| 417 | // Specify the size of the rendering window. |
| 418 | void vtkOSOpenGLRenderWindow::SetSize(int width, int height) |
nothing calls this directly
no test coverage detected