Skip to content

make functions WriteArrayFooter, WriteArrayInline and WriteInlineData virtual

Changed the file XML/vtkXMLWriter.h. Modified the declaration of the functions WriteArrayFooter, WriteArrayInline and WriteInlineData as virtual. This addition will give flexibility to the VTK users to write their customised XML data with overloading the virtual functions as their own implementation.

Merge request reports