Hi,
I would like to parse a .pvd file. Is the XML schema specified somewhere?
Hi,
I would like to parse a .pvd file. Is the XML schema specified somewhere?
It seems to be an extension of the VTK XML file formats, and is not documented. However, vtkXMLPVDWriter.cxx gives hints on how the PVD file is written.
I confirm the lack of documentation and the fact thats its merely an extension of XML VTK format.