Skip to content

vtkXMLCompositeDataReader: Forward the parse error and error observer to the actual readers

When trying to get error status from the vtkXMLCompositeDataReader, I noticed that the actual readers that read each part are not passing their error and parse error events to the observer registered with the composite reader.

This merge request addresses this issue by coupling/forwarding the events from the actual readers to the composite reader.

Merge request reports