Skip to content

Adding support for "live" sources.

We now support algorithms that may change data over time. When appropriate hints are present, the UI will update the proxy if it indiciates it needs update (via GetNeedsUpdate method).

vtkPythonProgrammableFilter supports adding a script to indicate if new data can be produced (via CheckNeedsUpdateScript).

Merge request reports