Skip to content

Fix vtkUnstructuredGridBase input for vtkGenericDataObjectWriter

During writing by vtkGenericDataObjectWriter, vtkUnstructuredGridBase input is not recognized and an error is emitted. The vtkUnstructuredGridWriter, howver, supports vtkUnstructuredGridBase input, so vtkGenericDataObjectWriter can use this writer to write vtkUnstructuredGridBase objects.

  • Added test to verify this fix.

  • Added additional test for vtkDataSetSurfaceFilter. This turned out to be unrelated, but this is where I started to look for the problem I encountered. I think it would be a waste to delete this test.

Merge request reports