Re: [Paraview] Using vtkFileSeriesReader with vtkSpyPlotReader

2011-06-06 Thread Moreland, Kenneth
: paraview@paraview.orgmailto:paraview@paraview.org paraview@paraview.orgmailto:paraview@paraview.org Subject: Re: [Paraview] Using vtkFileSeriesReader with vtkSpyPlotReader Hi Robert, Thank you for the response. I can read in individual files. But I have a sample data set which has a text file

[Paraview] Using vtkFileSeriesReader with vtkSpyPlotReader

2011-06-03 Thread Andreyev, Andrey
Hi, I'm trying to read in a restarted CTH Data set using vtkSpyPlotReader with vtkFileSeriesReader. But I cannot figure out how to transfer the information from the meta file (*.spcth-timeseries) to the spyplot reader. a section of my code: vtkFileSeriesReader*

Re: [Paraview] Using vtkFileSeriesReader with vtkSpyPlotReader

2011-06-03 Thread Robert Maynard
Hi, The SpyPlotReader already handle file series. The file extension just need to be a numeric value ie, spcth-a.0,spcth-a.1,spcth-a.2 while the name of the file start with spct. On Fri, Jun 3, 2011 at 12:11 PM, Andreyev, Andrey aandre...@hpti.comwrote: Hi, I'm trying to read in a restarted