Skip to content

Minor progress reporting fixes for vtkThreshold and vtkContour filters

This MR fixes improves the progress reporting for vtkThreshold and vtkContourFilter. In particular,

vtkThreshold was forwarding the progress of internal filters without scaling for each one. As a result the progress could hit 100% two times per execution once for each internal filter.

vtkContourFilter didn't forward progress events in the case of unstructured grids this is now fixed.

Combines with paraview/paraview!6108

Edited by Christos Tsolakis

Merge request reports