Skip to content

Generic clip contour fix

I added some range checks to vtkDataArray::InterpolateTuple in the generic_array branch and it exposed an issue with vtkGenericAdaptorCell. The secondaryPd object should only be reset in-between cells, not after inserting every point.

Merge request reports