Initialize the rendering window.
| 914 | |
| 915 | // Initialize the rendering window. |
| 916 | void vtkXOpenGLRenderWindow::Initialize() |
| 917 | { |
| 918 | if (!this->Internal->ContextId) |
| 919 | { |
| 920 | // initialize the window |
| 921 | this->WindowInitialize(); |
| 922 | } |
| 923 | } |
| 924 | |
| 925 | void vtkXOpenGLRenderWindow::Finalize() |
| 926 | { |
no test coverage detected