<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Robert,<br>
<br>
Thank you for the response. I can read in individual files. But I have a sample data set which has a text file named sample.spct-timeseries. When I give that file to SpyPlotReader, it doesn't recognize and when I ran Paraview through the debugger while opening
that file it instantiated a vtkFileSeriesReader. This is now the source of my confustion.<br>
<br>
Thank you,<br>
Andrey Andreyev<br>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF613155"><font color="#000000" face="Tahoma" size="2"><b>From:</b> Robert Maynard [robert.maynard@kitware.com]<br>
<b>Sent:</b> Friday, June 03, 2011 12:27 PM<br>
<b>To:</b> Andreyev, Andrey<br>
<b>Cc:</b> paraview@paraview.org<br>
<b>Subject:</b> Re: [Paraview] Using vtkFileSeriesReader with vtkSpyPlotReader<br>
</font><br>
</div>
<div></div>
<div>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">
<<a href="mailto:AAndreyev@hpti.com" target="_blank">AAndreyev@hpti.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>
<div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 10pt;">
Hi, <br>
<br>
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.
<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->SetGlobalController(controller);<br>
<br>
restartReader->UseMetaFileOn();<br>
restartReader->SetMetaFileName(filename.c_str());<br>
<br>
restartReader->SetReader(cthReader);<br>
<br>
But the spyplot reader doesn'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>
</div>
</div>
</div>
</body>
</html>