Hi,

I would like to make some custom python plugins for ParaView.

I've made one based on a PythonProgrammableFilter with the help of the
Python Filter Generator Script
(https://gitlab.kitware.com/paraview/paraview/snippets/5).

It's working pretty well, but it seems that the PythonProgrammableFilter is
limited to algorithm with only one input port.
I need to make another plugin which needs two well separated inputs ports.

I've seen that one could use vtkPythonAlgorithm to define a plugin with
input ports
(https://blog.kitware.com/vtkpythonalgorithm-is-great/).

Unfortunately, I've been unable to find any documentation to define a
plugin with the XML syntax based on that vtkPythonAlgorithm.

Could you give some hints ?


Best regards,

-- 
Loïc
_______________________________________________
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