In the file open dialog, simply select the files individually (by opening by the "tree") and ParaView will open the files separately. Since you are creating your own custom applicaiton, look at pqLoadDataReaction. You can create your own implementation for the same that creates a separate reader for every file in the list no matter how the user selected the files (as a group, or individually, as I suggested).
Utkarsh On Thu, Jun 7, 2012 at 10:51 AM, RVA Developer <[email protected]> wrote: > Hi, > > We have data files generated by UTChem that are numerically ordered > that we read with our own custom Paraview reader- > mymodel.HIST01 > mymodel.HIST02 > > However these "HIST" files correspond to different objects (vtkTable > data) NOT timeseries data. > When we rename one of them to just "HIST" our custom reader can import > the file. We now need a more robust solution. > > 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? > > Note, we are building our own Paraview so we could patch Paraview code > if we have to but we'd rather not! > Some advice on where to start would be appreciated (e.g. similar file > readers or Paraview classes that we need to extend/modify). > > Thanks, > > Nemo. > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
