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* restartReader=vtkFileSeriesReader::New(); vtkSpyPlotReader* cthReader=vtkSpyPlotReader::New(); vtkDummyController* controller=vtkDummyController::New(); cthReader->SetGlobalController(controller); restartReader->UseMetaFileOn(); restartReader->SetMetaFileName(filename.c_str()); restartReader->SetReader(cthReader); But the spyplot reader doesn't have the information it needs; so it will not let me update the pipeline. Any suggestions? Thank you in advance. Andrey Andreyev Software Engineer
_______________________________________________ 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
