Dear Support!
I’m working on developing a C++ plugin for ParaView. I need some code to automatically trigger as soon as the user completes a cell selection on a mesh using ‘Select Cells On’ in a RenderView. Any pointers on the right approach or what the solution might look like? Suggestions on relevant classes or concepts would be super helpful!
I came across the pqSelectionManager class and I amm planning to use its selectionChanged signal to track selection changes. I hope it is the right way to do it.