Hi,<div><br></div><div>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.<br><br><div class="gmail_quote">

On Fri, Jun 3, 2011 at 12:11 PM, Andreyev, Andrey <span dir="ltr">&lt;<a href="mailto:AAndreyev@hpti.com">AAndreyev@hpti.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">






<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Hi,
<br>
<br>
I&#39;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.
<br>
<br>
a section of my code:<br>
<br>
vtkFileSeriesReader* restartReader=vtkFileSeriesReader::New();<br>
vtkSpyPlotReader* cthReader=vtkSpyPlotReader::New();<br>
vtkDummyController* controller=vtkDummyController::New();<br>
cthReader-&gt;SetGlobalController(controller);<br>
<br>
restartReader-&gt;UseMetaFileOn();<br>
restartReader-&gt;SetMetaFileName(filename.c_str());<br>
<br>
restartReader-&gt;SetReader(cthReader);<br>
<br>
But the spyplot reader doesn&#39;t have the information it needs; so it will not let me update the pipeline.<br>
<br>
Any suggestions? Thank you in advance.<br>
<br>
Andrey Andreyev<br>
Software Engineer<br>
</div>
</div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Robert Maynard<br>
</div>