<html><head><style>body{font-family:Helvetica,Arial;font-size:14px}</style></head><body style="word-wrap:break-word;line-break:after-white-space"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:14px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><div id="bloop_customfont" style="margin:0px">Hi <span style="font-family:"helvetica Neue",helvetica">Gaël,</span><br style="font-family:"helvetica Neue",helvetica"></div><div id="bloop_customfont" style="margin:0px"><span style="font-family:"helvetica Neue",helvetica"><br></span></div><div id="bloop_customfont" style="margin:0px"><span style="font-family:"helvetica Neue",helvetica">Thank you for your help! I was aware of this way to add multiple inputs to a programmable filter and FYI if you would like to have a dialog appear in the PV GUI to select the inputs in a non-arbitrary order then try making several InputProperty attributes in the XML rather than using the multiple_input variable.</span></div></div> <div><br></div>Unfortunately, this still does not address my original issue. I need the inputs to each be on their own port rather than multiple connections on a single port. This is because I will implement the ability to select input arrays from each port via drop down menus.<div><br></div><div>Does anyone know how to give the vtkPythonProgrammableFilter multiple input ports or a means to select input arrays to process when having multiple connections on one port? I have a robust means of selecting input arrays for just one input but I cannot get it to work for more than one input.</div><div><br></div><div>Thank you,</div><div><br></div><div>Bane<br> <div id="bloop_sign_1528430741946574080" class="bloop_sign"></div> <br><p class="airmail_on">On June 1, 2018 at 1:33:02 AM, Gaël Grail (<a href="mailto:gael.grail@gmail.com">gael.grail@gmail.com</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>


<title></title>


<div dir="ltr">Hi Bane,
<div><br></div>
<div>I'm using the binary version of Paraview available in
Kitware's website, so I don't know much about what should be
written in the C code.</div>
<div>But in the xml, I'm using this and it works perfectly:</div>
<div><br></div>
<div>
<div><ServerManagerConfiguration></div>
<div>  <ProxyGroup name="filters"></div>
<div>    <SourceProxy
class="vtkPythonProgrammableFilter"</div>
<div>               
 label="toto"</div>
<div>               
 name="To To"></div>
<div>  <InputProperty clean_command="RemoveAllInputs"</div>
<div>                 
   command="AddInputConnection"</div>
<div>                 
   multiple_input="2"</div>
<div>                 
   name="Inputs"></div>
<div><ProxyGroupDomain name="groups"></div>
<div><Group name="sources" /></div>
<div><Group name="filters" /></div>
<div>  </ProxyGroupDomain></div>
<div>  </InputProperty></div>
</div>
<div>...</div>
<div><br></div>
<div>Hope this helps,</div>
<div><br></div>
<div>Gaël</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">2018-06-01 2:40 GMT+02:00 Bane Sullivan
<span dir="ltr"><<a href="mailto:banesulli@gmail.com" target="_blank">banesulli@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word;line-break:after-white-space">Hi
there,
<div><br></div>
<div>I see an old thread here: <a href="https://paraview.markmail.org/thread/z7cy73444s7fjadk" target="_blank">https://paraview.<wbr>markmail.org/thread/<wbr>z7cy73444s7fjadk</a> about
setting multiple input ports for python programmable filters but I
cannot get this to work.</div>
<div><br></div>
<div>I want to declare multiple input ports in
a ServerManagerConfiguration XML plugin but I have been unable
to successfully add more than one input port to
the <wbr>vtkPythonProgrammableFilter.</div>
<div><br></div>
<div>I see that in
`paraview/ParaViewCore/<wbr>ClientServerCore/Core/<wbr>vtkPythonProgrammableFilter.h`
the following is declared:</div>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div>
<div>  /**</div>
</div>
<div>
<div>   * Set the number of input ports</div>
</div>
<div>
<div>   * This function is explicitly exposed to enable a
vtkClientServerInterpreter to call it</div>
</div>
<div>
<div>   */</div>
</div>
<div>
<div>  void SetNumberOfInputPorts(int numberOfInputPorts)
VTK_OVERRIDE</div>
</div>
<div>
<div>  {</div>
</div>
<div>
<div>   
this->Superclass::<wbr>SetNumberOfInputPorts(<wbr>numberOfInputPorts);</div>
</div>
<div>
<div>  }</div>
</div>
</blockquote>
<div><br></div>
<div>This leads me to believe that the functionality is there, but
how exactly would I set the number of input ports from an XML
plugin for a Programmable Filter? I have tried the following with
no luck:</div>
<div><br></div>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div>
<div><ServerManagerConfiguration></div>
</div>
<div>
<div> <ProxyGroup name="filters"></div>
</div>
<div>
<div>   <SourceProxy </div>
</div>
<div>
<div>name="TestMuliPort” </div>
</div>
<div>
<div>class="<wbr>vtkPythonProgrammableFilter” </div>
</div>
<div>
<div>label=“TestMuliPort”</div>
</div>
<div>
<div>post_creation=“<wbr>SetNumberOfInputPorts"</div>
</div>
<div>
<div>arguments="2”></div>
</div>
<div>……..</div>
</blockquote>
<div><br></div>
<div>I get the following ERROR:</div>
<div><br></div>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div>
<div>ERROR: In
/Users/kitware/dashboards/<wbr>buildbot-slave/8275bd07/build/<wbr>superbuild/paraview/src/<wbr>ParaViewCore/<wbr>ServerImplementation/Core/<wbr>vtkPVSessionCore.cxx,
line 371</div>
</div>
<div>
<div>vtkPVSessionCore (0x60c0000d4510): Object type:
vtkPythonProgrammableFilter, could not find requested method:
"SetNumberOfInputPorts"</div>
</div>
<div>
<div>or the method was called with incorrect arguments.</div>
</div>
<div>
<div><br></div>
</div>
<div>
<div>while processing</div>
</div>
<div>
<div>Message 0 = Invoke</div>
</div>
<div>
<div>  Argument 0 = vtk_object_pointer
{vtkPythonProgrammableFilter (0x60c0003abde0)}</div>
</div>
<div>
<div>  Argument 1 = string_value {SetNumberOfInputPorts}</div>
</div>
</blockquote>
<div><br></div>
<div><br></div>
<div>Any help would be greatly appreciated,</div>
<div><br></div>
<div>Bane</div>
<div><br></div>
<div><br></div>
</div>
<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
ParaView discussion is moving! Please visit <a href="https://discourse.paraview.org/" rel="noreferrer" target="_blank">https://discourse.paraview.<wbr>org/</a> for future
posts.<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>
Please keep messages on-topic and check the ParaView Wiki at:
<a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>

<br></blockquote>
</div>
<br></div>


</div></div></span></blockquote></div></body></html>