Skip to content

Multithread vtkExtractCells/vtkThreshold/vtkExtractGeometry

vtkExtractCells's ExtractCells has been multi-threaded, and it's performance has been improved in general. Additionally, vtkExtractCells now has the PassThroughCellIds and OutputPointsPrecision flags, and it has been moved from Filters/Extraction module to Filters/Core module.

vtkThreshold and vtkExtractGeometry have also been multi-threaded and have been updated to use vtkExtractCells internally.

This MR resolves paraview/paraview#21085 (closed), #18124 (closed).

Edited by Spiros Tsalikis

Merge request reports