Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 778
    • Issues 778
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 210
    • Merge requests 210
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Merge requests
  • !7095

Restore multiple RenderWindowInteractor functionality.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Paul Choisel requested to merge paul.choisel/vtk:restore_multiple_renderWindowInteractor_functionality into master Jul 09, 2020
  • Overview 14
  • Commits 1
  • Pipelines 1
  • Changes 1

Since VTK9, on Linux, vtkXRenderWindowInteractor is not capable of handling having multiple RenderWindowInteractor, while this functionality was supported in VTK8.2 and is still working on Windows (VTK9). This commit restores the ability to manage several instances by storing a pointer to each declared RenderWindowInteractor in a static vector, and dispatching the events to the right Interactor.

Fix: #17950 (closed)

Edited Jul 24, 2020 by Mathieu Westphal
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: restore_multiple_renderWindowInteractor_functionality