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><div><span class="gmail_quote">On 5/24/06, 
<b class="gmail_sendername">Amy Squillacote</b> &lt;<a href="mailto:amy.squillacote@kitware.com">amy.squillacote@kitware.com</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;">
Hi Shawn,<br><br>The FillInputPortInformation method of that class specifies that the<br>required data type is vtkDataSet. That means that this class accepts<br>any subclass of vtkDataSet as input. Since both vtkPolyData and
<br>vtkUnstructuredGrid are subclasses of vtkDataSet, either type of<br>object can be used as input.<br><br>- Amy<br><br>At 04:07 PM 5/24/2006, shawn mckenziie wrote:<br>&gt;Hi all, i am fairly new to VTK. I am curious as to what input the
<br>&gt;surfaceReconstructionFilter can accept...only vtkPolyData objects,<br>&gt;or can it also work with unstructured grids.<br>&gt;<br>&gt;Since it only uses the input points should it not accept<br>&gt;unstructured grids as well?
<br>&gt;<br>&gt;Also is there a set input method, or how does it recognize this input object?<br>&gt;<br>&gt;Thanks, any help is appreciated<br>&gt;_______________________________________________<br>&gt;This is the private VTK discussion list.
<br>&gt;Please keep messages on-topic. Check the FAQ at:<br>&gt;<a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt;Follow this link to subscribe/unsubscribe:<br>&gt;<a href="http://www.vtk.org/mailman/listinfo/vtkusers">
http://www.vtk.org/mailman/listinfo/vtkusers</a><br><br><br></blockquote></div><br>