Given a vtkDataArray (number of components = 3) and vtkPolyData, how can I use the array as displacement vectors, and move points in polydata along those vectors? It is trivial to write such a filter, but I'm sure there must be one in VTK, I just can't find it. Andrew