Avoid leaks by hinting NewIterator methods
The iterator objects returned by vtkDataSet and derived classes were leaking in the Python wrappers. This patch adds hints so that Python knows that it has to take ownership of these objects.
The iterator objects returned by vtkDataSet and derived classes were leaking in the Python wrappers. This patch adds hints so that Python knows that it has to take ownership of these objects.