[Paraview] using vtkInformation in 3.10

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu May 5 08:51:55 EDT 2011


Burlen,

Keys are not propagated by pipeline by default. So your approach would
only work when there's no other filter between the reader and your
filters. With ParaView 3.10, vtkPVPostFilter get inserted always into
the pipeline after every algorithm. As a result your keys maybe
getting eaten up by the post-filter.

What keys are these?

Utkarsh

On Wed, May 4, 2011 at 10:35 PM, Burlen Loring <bloring at lbl.gov> wrote:
> Hi All,
>
> I have a reader that gets the information object from it's output and adds
> some keys for downstream filters to use. This recently stopped working with
> version 3.10. Can anyone shed some light on what might have caused the
> change in behavior in version 3.10? Was this a deliberate change?
>
> Thanks
> Burlen
>
> _______________________________________________
> 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