[Paraview] Temporal Interpolator + Append Attributes

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri May 28 13:21:09 EDT 2010


Xunlei,

That's a  bug with current VTK/ParaView pipeline. Whenever a temporal
interpolator is involved, it results in the data type from the input's
output to become vtkTemporalDataSet.

Utkarsh

On Fri, May 28, 2010 at 12:35 PM, Dr. X <xunlei at renci.org> wrote:
> Hi All,
> I have two data sets with different time stamp spacing. I would like to
> visualize an attribute from each data set at the same time step. I would
> like to achieve this by applying TemporalInterpolator first to gain data at
> the desired time step, then applying AppendAttributes to both
> TemporalInterpolator's, i.e.:
> root
> + data set 1 ->TemporalInterpolator 1 -> AppendAttributes
> + data set 1 ->TemporalInterpolator 2 -> AppendAttributes
> + AppendAttributes
>
> However, whenever I attached TemporalInterpolator, AppendAttributes filter
> option is gone. Did I do something wrong? Please advise.
> Thanks a lot.
>
> Best,
> x
>
>
> _______________________________________________
> 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
>


More information about the ParaView mailing list