------------------------------------------------------------------------------ Access to the static variable
| 962 | //------------------------------------------------------------------------------ |
| 963 | // Access to the static variable |
| 964 | int vtkRenderWindowInteractor::GetCurrentTimerId() |
| 965 | { |
| 966 | return vtkTimerId; |
| 967 | } |
| 968 | |
| 969 | //------------------------------------------------------------------------------ |
| 970 | void vtkRenderWindowInteractor::PrintSelf(ostream& os, vtkIndent indent) |