Skip to content

vtkQuadraticQuad: fix bug in `InterpolateAttributes`.

vtkQuadraticQuad::InterpolateAttributes was not copy cell data for all linear cells it creates. This was causing Clip/Contour to copy bad values to the output. Fixed that.

Addresses paraview/paraview#21342 (closed).

Edited by Utkarsh Ayachit

Merge request reports