Skip to content

Fix Python wrapper std::vector overload handling

David Gobbi requested to merge dgobbi/vtk:python-vector-overload into master

The vtkPythonOverload code was missing a handler for std::vector, so wrapped overloaded methods wouldn't work if one of the overloads had an std::vector parameter.

Merge request reports