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