Hello,<div><br></div><div>I have implemented reader using multiple (at the moment two) output ports.</div><div>This works fine for single files, both outputs are read as they should be and</div><div>display nicely in Paraview.</div>
<div><br></div><div>Now I want to add time series support via vtkFileSeriesReader, but this only</div><div>gives me the output from the first port. I did some tests and while the</div><div>RequestInformation of my own reader is called two times for the first file and</div>
<div>is able to supply information to the second port on the second call, RequestData</div><div>is only called once with no object in the second component of the output </div><div>InformationVector.</div><div><br></div><div>
I did some digging and vtkFileSeriesReader only has one output port hardcoded.</div><div>Is this relevant? If not, how would I go about getting my second output port filled?</div><div><br></div><div>Help with this would be very appreciated.</div>
<div><br></div><div>Kind regards</div><div>Oliver</div><div><br></div><div>PS: Paraview version is 3.10.1</div>