Re: [Paraview] Custom Filter with Input to pipe to Programmable Filter

2018-04-18 Thread Cory Quammen
On Wed, Apr 18, 2018 at 8:21 AM, David E DeMarle wrote: > good news: > programmable source/filter has a property called Parameters that lets you > pass in arbitrary values. > See an example of its use in the standard benchmark here: >

Re: [Paraview] Custom Filter with Input to pipe to Programmable Filter

2018-04-18 Thread David E DeMarle
good news: programmable source/filter has a property called Parameters that lets you pass in arbitrary values. See an example of its use in the standard benchmark here: https://gitlab.kitware.com/paraview/paraview/blob/master/ Wrapping/Python/paraview/benchmark/manyspheres.py#L168 bad news: To my