Hello dear ParaView developers!
I want to add a function which receives an array of data from the server. For that I want to add a function to my filter, which returns std::vector of ints
However, it does not seem to be wrapped and does not appear in SM module
So I have two questions
- Which functions are wrapped? (only inputting/outputting elementary types?)
- How do I get certain data from server, what could be the best solution?
Thanks