[vtkusers] Re: vtkMergeDataObjectFilter broken?

Chris Want cwant at ualberta.ca
Thu Jun 5 20:48:54 EDT 2003


Looks like I have it working now.

I needed to do the following call for
the vtkMergeDataObjectFilter instance
merge:

merge SetOutputFieldToPointDataField

and I had to do the following call for
the vtkFieldDataToAttributeDataFilter
instance fd2ad:

fd2ad SetInputFieldToPointDataField

These calls were not required with vtk 3.2.

Regards,
Chris




More information about the vtkusers mailing list