Bug in vtkAppendPolyData, field data of points not copied

Patric.Weis at mycrona.de Patric.Weis at mycrona.de
Wed Mar 15 11:51:17 EST 2000


In vtkAppendPolyData of vtk 3.1 the field data of input points are not
copied to the output.

Please insert the following piece of code just behind 'if
(newPtTensors)...' in vtkAppendPolyData.cxx (line 572 in Revision 1.56):

  if (newPtField)
    {
    output->GetPointData()->SetFieldData(newPtField);
    newPtField->Delete();
    }


Hope I'm right!

Patric Weis
MYCRONA GmbH


--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------



More information about the vtkusers mailing list