Re: [Paraview] Problem using FileSeriesReader and multiple output ports

2011-12-07 Thread Utkarsh Ayachit
vtkFileSeriesReader cannot support multiple output ports. Number of output ports has to be defined in the constructor of a class. Since the internal reader to use is not set until much later, vtkFileSeriesReader cannot report but 1 output port in the construtor and that cannot be changed afterwords

[Paraview] Problem using FileSeriesReader and multiple output ports

2011-12-06 Thread Oliver Behm
Hello, I have implemented reader using multiple (at the moment two) output ports. This works fine for single files, both outputs are read as they should be and display nicely in Paraview. Now I want to add time series support via vtkFileSeriesReader, but this only gives me the output from the fir