Thanks Amy, <br>so in a my paraview .pvsm file i would set <br><br> <inputProperty command="FillInputPortInformation"<br><br>rather than to "SetInput" ?<br><br><br><div><span class="gmail_quote">On 5/24/06,
<b class="gmail_sendername">Amy Squillacote</b> <<a href="mailto:amy.squillacote@kitware.com">amy.squillacote@kitware.com</a>> 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>>Hi all, i am fairly new to VTK. I am curious as to what input the
<br>>surfaceReconstructionFilter can accept...only vtkPolyData objects,<br>>or can it also work with unstructured grids.<br>><br>>Since it only uses the input points should it not accept<br>>unstructured grids as well?
<br>><br>>Also is there a set input method, or how does it recognize this input object?<br>><br>>Thanks, any help is appreciated<br>>_______________________________________________<br>>This is the private VTK discussion list.
<br>>Please keep messages on-topic. Check the FAQ at:<br>><a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>>Follow this link to subscribe/unsubscribe:<br>><a href="http://www.vtk.org/mailman/listinfo/vtkusers">
http://www.vtk.org/mailman/listinfo/vtkusers</a><br><br><br></blockquote></div><br>