[Paraview] programmable filter

andrealphus andrealphus at gmail.com
Tue Dec 20 13:33:19 EST 2016


Nevermind! I opened one of my non standard pv5 builds and didnt
realize it - not enough coffee yet this morning....

On Tue, Dec 20, 2016 at 10:23 AM, andrealphus <andrealphus at gmail.com> wrote:
> I've been slowly moving from v4 to v5. Is programmable filter gone? I
> use to do  a lot of operations like;
>
>  data_0 = inputs[0].CellData['data']
>  data_1 = inputs[1].CellData['data']
>  output.CellData.append(data_1 - data_0, 'difference')
>
> or more complicated then simple differencing, e.g.;
>
>  data_0 = inputs[0].CellData['data']
>  data_1 = inputs[1].CellData['data']
>
> tmp1=A * data_0^3 + B * data_0^2 + C * data_0^3
>
> etc...
>
> can anyone point me to where its documented how to do this now (and
> please dont just say pytrhon calculator).
>
> thanks!
> ashton


More information about the ParaView mailing list