------------------------------------------------------------------------------
| 179 | |
| 180 | //------------------------------------------------------------------------------ |
| 181 | vtkXRenderWindowInteractor::~vtkXRenderWindowInteractor() |
| 182 | { |
| 183 | this->Finalize(); |
| 184 | |
| 185 | this->Disable(); |
| 186 | |
| 187 | delete this->Internal; |
| 188 | } |
| 189 | |
| 190 | //------------------------------------------------------------------------------ |
| 191 | // TerminateApp() notifies the event loop to exit. |