I was stuck on that for a while too. But PV 2.6 rejects the &quot;SetInput&quot; method. So you need to change to &quot;SetInputConnection&quot; in both your xml(server manager) and code.<br><br>-bikash<br><br><br><br><div>
<span class="gmail_quote">On 5/7/07, <b class="gmail_sendername">Kent Eschenberg</b> &lt;<a href="mailto:eschenbe@psc.edu">eschenbe@psc.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Bikash Agarwal wrote:<br> &gt; The &quot;SetInput&quot; method was used in PV 2.4. &quot;SetInputConnection&quot; is used<br> &gt; in PV 2.6.<br> &gt; -bikash<br><br>Thanks for the suggestion!<br><br>But now I am confused on two counts (at least).
<br><br>First, the error message says it was looking for &quot;SetInput&quot; not<br>&quot;SetInputConnection&quot;.<br><br>Second, I thought the name of this routine was arbitrary. The new filter&#39;s xml<br>for the server manager reads (in part):
<br><br>&lt;ServerManagerConfiguration&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;ProxyGroup name=&quot;filters&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;SourceProxy name=&quot;Cloud&quot; class=&quot;vtkCloud&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;InputProperty name=&quot;Input&quot; command=&quot;SetInput&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;... more<br><br>Since the command is &quot;SetInput&quot; and the C++ class&#39; method is &quot;SetInput&quot; I would<br>have thought that was all there was to it. Is that wrong?<br><br>Thanks again!<br>Kent
<br>Pittsburgh Supercomputing Center<br><br>&gt;<br>&gt;<br>&gt;<br>&gt; On 5/7/07, *Kent Eschenberg* &lt; <a href="mailto:eschenbe@psc.edu">eschenbe@psc.edu</a><br>&gt; &lt;mailto:<a href="mailto:eschenbe@psc.edu">eschenbe@psc.edu
</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Extending PV at compile time seems to be broken in 2.6.0. The following<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; (slightly edited) is printed when the new filter, vtkCloud, is<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; instanced:<br>&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; ======<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; # Error or warning: There was a VTK Error in file:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;src&gt;/Servers/Common/vtkProcessModule.cxx (966)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtkProcessModule (0xc448130): Object type: vtkCloud, could not
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; find requested<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; method: &quot;SetInput&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; or the method was called with incorrect arguments.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; while processing<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Message 0 = Invoke<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Argument 0 = id_value {811}
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Argument 1 = string_value {SetInput}<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Argument 2 = id_value {589}<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ErrorMessage end<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ErrorMessage<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; # Error or warning: There was a VTK Error in file:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;src&gt;/Servers/Common/vtkProcessModule.cxx (968)
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ======<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; This filter was added to 2.4.4 with no problem. I don&#39;t see any<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; changes for<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 2.6.0 at<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.paraview.org/Wiki/ParaView:Extend">
http://www.paraview.org/Wiki/ParaView:Extend</a><br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Has anyone else been able to extend 2.6.0 at compile time?<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Thanks!<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Kent<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Pittsburgh Supercomputing Center<br>
</blockquote></div><br>