Hello dear Paraview developers!
Could you verify this wiki page to be up-to-date
https://www.paraview.org/ParaView/index.php/ServerManager_2.0
Could you please advise me something more on this same topic?
Thank you!
Hello dear Paraview developers!
Could you verify this wiki page to be up-to-date
https://www.paraview.org/ParaView/index.php/ServerManager_2.0
Could you please advise me something more on this same topic?
Thank you!
I did not read but note the footer
This page was last edited on 14 July 2010, at 14:38.
Also, it seems to be about multi-client, that will more likely be deprecated / removed, as stated in this issue: https://gitlab.kitware.com/paraview/paraview/-/issues/19942
Dear Nicolas!
Could you please advise me a guide on how to use proxies and properties?
I would highly appreciate any guide or a set of examples on how to use it properly and with understanding of what is happening
Best regards!
Ok, I miss your point, sorry.
Indeed, there is a lack of documentation.
ServerManager is mainly made of vtkSMProxy containing vtkSMProperty. The linked headers contains information about how to use them in c++.
We use them quite a lot in the GUI layer as in pqXXXVectorPropertyWidget
classes.
You can also have a look at different examples. For instance the MyProxy Example.
Also, if someone has time to contribute, it should probably worth adding a page on ParaView: ParaView C++ API Documentation