<div dir="ltr">Bob,<div><br></div><div>That's pretty cool! I'll take a closer look at it next week. This seems to be in similar vein to a WIP-branch I created a little while ago but never got around to finishing it. If you're interested, here's the commit:</div><div><br></div><div><a href="https://gitlab.kitware.com/utkarsh.ayachit/paraview/commit/bfea05b0d2114f51a581f63c368cdce603932619">https://gitlab.kitware.com/utkarsh.ayachit/paraview/commit/bfea05b0d2114f51a581f63c368cdce603932619</a><br></div><div><br></div><div>It relies on `vtkPythonAlgorithm` (<a href="https://blog.kitware.com/vtkpythonalgorithm-is-great/">https://blog.kitware.com/vtkpythonalgorithm-is-great/</a>) to handle passing algorithm passes to a Python class.  The XML looks like</div><div><br></div><div><div><SourceProxy class="extras.Sphere"</div><div>                 name="PythonAlgorithm"</div><div>                 si_class="vtkSIPythonSourceProxy"></div><div></SourceProxy></div></div><div><br></div><div>Where the "class" is the Python class name indeed with extra being the module to import.</div><div><br></div><div>Utkarsh</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 6, 2017 at 5:04 PM, Bob Pepin <span dir="ltr"><<a href="mailto:bobpepin@gmail.com" target="_blank">bobpepin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div>I developed a ParaView plugin that is similar to Programmable Filter/Source, except that the Python code is in a Python class in an external file.</div><div><br></div><div>The source code for a first (rough) version can be found on github at</div><div><a href="https://github.com/bobpepin/vtkPythonClassAlgorithm" target="_blank">https://github.com/bobpepin/<wbr>vtkPythonClassAlgorithm</a><br></div><div><br></div><div>I would be thankful for feedback or suggestions (as well as contributions of course).</div><div><br></div><div>Best,</div><div>Bob</div></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview-<wbr>developers</a><br>
<br></blockquote></div><br></div>