Skip to content

Xml writer data array fallback

T.J. Corona requested to merge tjcorona/vtk:xml-writer-dataarray-fallback into master

For data arrays that inherit from vtkGenericArray but are not explicitly placed in the array dispatch whitelist, this commit uses the vtkDataArray API as a fallback to write data arrays in XML format. Also, a test has been added for the fallback write method.

Merge request reports