<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,
<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-&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'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>
</body>
</html>