Skip to content

Emit progress events from vtkCinemaExporter.

Alvaro Sanchez requested to merge (removed):connect-to-progress-bar into master

These events are caught by vtkPVProgressHandler in ParaView and used to update the progress bar.

Computes progress as the ratio between the current parameter iteration to the parameter product-length.

Merge request reports