[vtkusers] vtkDataSetToStructuredPointsFilter

Amy Henderson amy.henderson at kitware.com
Mon Dec 6 09:42:07 EST 2004


Hi Vi,

The problem is not with Tcl or Windows.  The problem is that 
vtkDataSetToStructuredPointsFilter is an abstract superclass for classes 
that take a vtkDataSet as input and produce vtkStructuredPoints as 
output.  However, in the version of VTK that you are using, the classes 
that were subclasses of vtkDataSetToStructuredPointsFilter in version 4.0 
are subclasses of vtkDataSetToImageFilter in version 4.4.  This is because 
vtkStructuredPoints is an empty subclass of vtkImageData.  See 
http://www.vtk.org/doc/release/4.2/html/classvtkDataSetToImageFilter.html. 
(The change happened between versions 4.0 and 4.2.)

- Amy

At 04:19 AM 12/6/2004, Vi H Rapp wrote:
>Hi,
>
>I am having trouble getting vtk to recognize this filter. I am using tcl
>in windows (sadly). I am not sure why it keeps giving me the error that it
>does not recognize this function. I am running vtk version 4.4.2. Is there
>a specific package I need to run this function.
>
>Any help would be appreciated,
>
>Thanks,
>
>Vi
>_______________________________________________
>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






More information about the vtkusers mailing list