<html>
<body>
No.&nbsp; Your .pvsm (server manager XML file) should still use SetInput.
FillInputPortInformation specifies what type of input the filter accepts,
but SetInput actually sets the input to the filter.<br><br>
- Amy<br><br>
At 04:46 PM 5/24/2006, shawn mckenziie wrote:<br>
<blockquote type=cite class=cite cite="">Thanks Amy, <br>
so in a my paraview .pvsm file i would set <br><br>
&nbsp;&lt;inputProperty
command=&quot;FillInputPortInformation&quot;<br><br>
rather than to &quot;SetInput&quot; ?<br><br>
<br>
On 5/24/06, <b>Amy Squillacote</b>
&lt;<a href="mailto:amy.squillacote@kitware.com">
amy.squillacote@kitware.com</a>&gt; wrote:<br>

<dl>
<dd>Hi Shawn,<br><br>

<dd>The FillInputPortInformation method of that class specifies that
the<br>

<dd>required data type is vtkDataSet. That means that this class
accepts<br>

<dd>any subclass of vtkDataSet as input. Since both vtkPolyData and <br>

<dd>vtkUnstructuredGrid are subclasses of vtkDataSet, either type of<br>

<dd>object can be used as input.<br><br>

<dd>- Amy<br><br>

<dd>At 04:07 PM 5/24/2006, shawn mckenziie wrote:<br>

<dd>&gt;Hi all, i am fairly new to VTK. I am curious as to what input the
<br>

<dd>&gt;surfaceReconstructionFilter can accept...only vtkPolyData
objects,<br>

<dd>&gt;or can it also work with unstructured grids.<br>

<dd>&gt;<br>

<dd>&gt;Since it only uses the input points should it not accept<br>

<dd>&gt;unstructured grids as well? <br>

<dd>&gt;<br>

<dd>&gt;Also is there a set input method, or how does it recognize this
input object?<br>

<dd>&gt;<br>

<dd>&gt;Thanks, any help is appreciated<br>

<dd>&gt;_______________________________________________<br>

<dd>&gt;This is the private VTK discussion list. <br>

<dd>&gt;Please keep messages on-topic. Check the FAQ at:<br>

<dd>&gt;<a href="http://www.vtk.org/Wiki/VTK_FAQ">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>

<dd>&gt;Follow this link to subscribe/unsubscribe:<br>

<dd>
&gt;<a href="http://www.vtk.org/mailman/listinfo/vtkusers" eudora="autourl">
 </a><a href="http://www.vtk.org/mailman/listinfo/vtkusers" eudora="autourl">http://www.vtk.org/mailman/listinfo/vtkusers</a><br><br>
<br>

</dl></blockquote></body>
</html>