Skip to content
Snippets Groups Projects
Commit 0a33e16b authored by Julien Fausty's avatar Julien Fausty
Browse files

vtkAttributeDataToTableFilter: add changelog

parent 5084b5a2
No related branches found
No related tags found
No related merge requests found
## Move `vtkAttributeDataToTableFilter` from ParaView to VTK
The `vtkAttributeDataToTableFilter` is now available in VTK. It used to be in the `VTKExtensions` of the ParaView repository. It serves to turn a data object into a table by shallow copying its attributes into row data.
Seeing as the `vtkAttributeDataToTableFilter` does the same thing as `vtkDataObjectToTable` filter with some added functionnality, **the `vtkDataObjectToTable` filter has been deprecated**.
Support for `vtkHyperTreeGrid` has also been trivially added to the `vtkAttributeDataToTableFilter`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment