vtkPolyData: fix thread-safe API
vtkDataSet::GetCell and vtkDataSet::GetCellPoints overridden in vtkPolyData were not threadsafe. That's a bug since vtkDataSet documents those are thread-safe. Fixed that.
Addresses paraview/paraview#20276 (closed)
Edited by Utkarsh Ayachit