Skip to content

Accelerate cell data to point data

A fast path was added for unstructured grids when the contributing cell option is "All". It uses vtkSMPTools and takes advantage of the threaded BuildLinks() methods (i.e., under the hood vtkStaticCellLinks). On my system >10x is realized for >256million points.

Edited by Will Schroeder

Merge request reports