Is Merge Blocks what you are looking for?<br><br><div class="gmail_quote">On Wed, May 6, 2009 at 4:08 PM, David Fuentes <span dir="ltr"><<a href="mailto:fuentesdt@gmail.com">fuentesdt@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
<br>
Is there a way to make the Append DataSet Filter work with exodus files?<br>
I have several that I want to append to use the calculator on.<br>
<br>
<br>
I tried modifying the source to create a plugin<br>
<br>
VTK/Graphics/vtkAppendFilter.cxx<br>
<br>
but I always seem to be getting a null pointer from the SafeDownCast?<br>
<br>
vtkInformation *inInfo = inputVector[0]->GetInformationObject(idx);<br>
vtkDataSet *ds vtkDataSet::SafeDownCast(inInfo->Get(vtkDataObject::DATA_OBJECT()));<br>
<br>
<br>
<br>
<br>
thank you,<br>
David Fuentes<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>
</blockquote></div><br>