Skip to content

Move vtkAttributeDataToTableFilter from ParaView

The vtkAttributeDataToTableFilter from ParaView does the same thing as the vtkDataObjectToTable filter from VTK with some added functionality. This MR moves the vtkAttributeDataToTableFilter into VTK and deprecates the vtkDataObjectToTable filter.

Support for vtkHyperTreeGrids in the filter is trivial and was also added in a separate commit.

(For reviewers, going commit by commit might be the best way to understand the MR)

Merge request reports