vtkPTSActiveObjects: a microservice to track active objects and selections
vtkPTSActiveObjects
links to the session's vtkSMProxySelectionModel
(via the proxy manager) and provides observables that can emit values each time the CurrentProxy
or Selection
change.
This MR updates also the Python infrastructure allowing to bind the above observables to a python async iterator. See python test: Remoting/Application/Testing/Python/TestActiveObjects.py
Edited by Christos Tsolakis