Skip to content

Wrap vector overload

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

The overload resolution for std::vector<vtkSmartPointer<T>> arguments was broken. Now the wrappers store the name of type "T" in the PyMethodDef for the overloaded method, and use it at run time for overload resolution.

Backport: release

Merge request reports