[Paraview] Append DataSet Filter and Exodus Files

Berk Geveci berk.geveci at kitware.com
Thu May 7 09:38:17 EDT 2009


Is Merge Blocks what you are looking for?

On Wed, May 6, 2009 at 4:08 PM, David Fuentes <fuentesdt at gmail.com> wrote:

> Hi,
>
>
> Is there a way to make the Append DataSet Filter work with exodus files?
> I have several that I want to append to use the calculator on.
>
>
> I tried modifying the source to create a plugin
>
> VTK/Graphics/vtkAppendFilter.cxx
>
> but I always seem to be getting a null pointer from the SafeDownCast?
>
>  vtkInformation *inInfo = inputVector[0]->GetInformationObject(idx);
>  vtkDataSet *ds
> vtkDataSet::SafeDownCast(inInfo->Get(vtkDataObject::DATA_OBJECT()));
>
>
>
>
> thank you,
> David Fuentes
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090507/3cfaeb92/attachment-0001.htm>


More information about the ParaView mailing list