More Pythonic VTK wrapping

To my mind execute() doesn’t return anything. Methods build() or generate() would be better.

Alternatively a breaking change to
aReader.GetOutput(bool update = false)
or
aFilter.GetOutput(vtkDataObject* data = nullptr)

1 Like