Wrap vector overload
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