<div dir="ltr">Hi, <div style>  This is because vtkTemporalDataSet is no longer supported.  The details of the change can be seen here: <a href="http://www.vtk.org/Wiki/VTK/Remove_vtkTemporalDataSet">http://www.vtk.org/Wiki/VTK/Remove_vtkTemporalDataSet</a>.    In short, the executives now only support updating single time steps; if a filter needs to use multiple time step data, it needs to use the key <span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.800000190734863px;line-height:19.03999900817871px">vtkStreamingDemandPipeline::CONTINUE_EXECUTION</span><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.800000190734863px;line-height:19.03999900817871px">()</span> to loop over those time steps.</div>
<div style><br></div><div style>  If your filter works only on single time steps, then the change should be fairly straightforward.  Try:</div><div style> - Inherit from vtkDataObjectAlgorithm instead of vtkTemporalDataSetAlgorithm  <br>
</div><div style> - replace the key UPDATE_TIME_STEPS() by UPDATE_TIME_STEP()</div><div style> - replace the key DATA_TIME_STEPS() by DATA_TIME_STEP()</div><div style><br></div><div style>  The compiler would then hopefully guide you to resolve the rest of the errors.  Let me know if you have trouble.  Also please feel free to post your code.</div>
<div style><br></div><div style>Leo</div><div style><br></div><div style><br></div><div style> </div><div style><br></div><div style><br></div><div style><br></div><div style><br></div><div style><br></div><div style><br>
</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 9, 2013 at 9:00 PM, Sunrise <span dir="ltr">&lt;<a href="mailto:helios.corona@gmail.com" target="_blank">helios.corona@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
I am compiling ParaView developement in order to develop a ParaView plugin. Some of my classes are inherited from vtkTemporalDataSetAlgorithm. In previous version(s) of ParaView source code (i.e. &lt;= 3.14.1) I could use vtkTemporalDataSetAlgorithm and I everything was fine.<br>

<br>
Recently I tried to use newer version of ParaView source (version 3.98.0) and some vtk files are missed, such as:<br>
<br>
.../Filtering/<u></u>vtkTemporalDataSetAlgorithm.<u></u>cxx<br>
.../Filtering/<u></u>vtkTemporalDataSet.cxx<br>
.../Filtering/<u></u>vtkTemporalDataSetAlgorithm.h<br>
.../Filtering/<u></u>vtkTemporalDataSet.h<br>
<br>
How can I use vtkTemporalDataSet* in recent ParaView?<br>
<br>
Thanks.<br>
______________________________<u></u>_________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org" target="_blank">Paraview-developers@paraview.<u></u>org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/<u></u>mailman/listinfo/paraview-<u></u>developers</a><br>
</blockquote></div><br></div>