Skip to content

vtkProbeFilter now sets active attributes when passing point and cell arrays

Active attributes were not being set in the output to match the active attributes in the input. This patch fixes that and adds a test to see that attribute activation in point data works as expected.

Merge request reports