Skip to content

vtkQuadricDecimation: input Points Type for output

vtkQuadricDecimation would previously always generate the output Points with the loat data type, regardless of what the input Mesh's Points data type was.

This change initialises the output's vtkPoints to the same datatype as the input Mesh's Points.

Merge request reports