<div>Hi everyone,</div><div><br></div><div>We have data files generated by UTChem that are numerically ordered that we wish to read with our own custom Paraview application "RVA"- </div><div><br></div><div>mymodel.HIST01</div>
<div>mymodel.HIST02</div><div><br></div><div>However these "HIST" files will correspond to different objects (vtkTable data) NOT timeseries data.</div><div>When we rename one of them to just "HIST" our custom reader can import the file. We now need a more robust solution to be able to read their original names.</div>
<div><br></div><div>How do we override Paraview's TimeSeries proxy so that we can select one or more of these files and read them in as separate vtk objects?</div><div><br></div><div>Note, we are building our own Paraview so we could patch Paraview code if we have to but we'd rather not!</div>
<div>Some advice on where to start would be appreciated (e.g. similar file readers or Paraview classes that we need to extend/modify).</div><div><br></div><div>Thanks,</div><div><br></div><div>Nemo.</div>