More Pythonic VTK wrapping

Hi folks,

Here is an update:

Highlights:

  • No more need to create a Pipeline object explicitly. Now >> returns a pipeline object that enables reuse of pipelines (and composition)
  • I went with the select_ports(input_port, algorithm, output_port) way of selecting ports.
  • I went with execute() as the alternatives suggested are not better.
1 Like