Skip to content

Adds missing Modified() to vtkPoints

It seems that vtkPoints is the correct place and not the underlying Data member (vtkDataArray), since vtkDataArray does not seem to contain hardly any Modified() calls when array values are changed

Edited by Fabian Wenzel

Merge request reports