Modifying python vtkHyperStreamline

Greetings,

I have a modification of vtkHyperStreamline.cxx and I’d like to port the modified vtkHyperStreamline to Python.

  1. I was unable to find any corresponding Python source code for vtkHyperStreamline on Github. Do I have to implement the entire filter including modifications made using vtkPythonAlgorithm?

  2. I’m stumped at how I should even approach this. Like, take the imports for example, where do I find equivalent Python classes?

  3. Are there any examples of porting a modified filter to Python?

Thanks for the help. Much appreciated!
Stay safe!