Replace coordinates (vtkPoints) of vtkPolyData fast

Thank you for your answer!

Yes VTK_SMP_IMPLEMENTATION_TYPE is set to “Sequential”.
From the number of points I am in the range of about 40000 points (20000 objects each with a start and an end point).

If my method of resetting is the usual way of doing it I will try to reduce the call of the reset function to a minimum.