Skip to content

Wrap the vtkArrayIteratorTemplate in Python

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

This allows the NewIterator() method to return a usable object in Python.

Note that vtkArrayIterator is not an iterator in the conventional sense.

Merge request reports