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
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to