vtkWrapRemoting: Extend supported types of the wrapper
- wrappers now include headers required by the types that appear in the property arguments.
- incorporate patch from https://gitlab.kitware.com/async/paraview/-/merge_requests/8#note_1112846 that improves
vtkVariant
casting tovtkObject
s -
Setters
now include methods with no arguments - Accepted argument types are all objects derived from
vtkObject
that are not explicitly marked as excluded from wrapping, C++ base types, std::string, and std::vector of the above
Edited by Christos Tsolakis