[vtkusers] vtkSurfaceReconstructionFilter input

shawn mckenziie shawn.mcknezie at gmail.com
Wed May 24 16:46:12 EDT 2006


Thanks Amy,
so in a my paraview .pvsm file i would set

 <inputProperty command="FillInputPortInformation"

rather than to "SetInput" ?


On 5/24/06, Amy Squillacote <amy.squillacote at kitware.com> wrote:
>
> Hi Shawn,
>
> The FillInputPortInformation method of that class specifies that the
> required data type is vtkDataSet. That means that this class accepts
> any subclass of vtkDataSet as input. Since both vtkPolyData and
> vtkUnstructuredGrid are subclasses of vtkDataSet, either type of
> object can be used as input.
>
> - Amy
>
> At 04:07 PM 5/24/2006, shawn mckenziie wrote:
> >Hi all, i am fairly new to VTK. I am curious as to what input the
> >surfaceReconstructionFilter can accept...only vtkPolyData objects,
> >or can it also work with unstructured grids.
> >
> >Since it only uses the input points should it not accept
> >unstructured grids as well?
> >
> >Also is there a set input method, or how does it recognize this input
> object?
> >
> >Thanks, any help is appreciated
> >_______________________________________________
> >This is the private VTK discussion list.
> >Please keep messages on-topic. Check the FAQ at:
> >http://www.vtk.org/Wiki/VTK_FAQ
> >Follow this link to subscribe/unsubscribe:
> >http://www.vtk.org/mailman/listinfo/vtkusers
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060524/e3743af6/attachment.htm>


More information about the vtkusers mailing list