bug in vtkMergeFilter + fix
alext at win.tue.nl
alext at win.tue.nl
Tue Apr 25 07:51:10 EDT 2000
Hi all,
I've already reported a bug in vtkMergeFilter.cxx + a fix for it. However,
the bug is still preent in the vtk nightly software.
Here's the bug + fix again. Would be nice if someone from the vtk team
gets it fixed in the code:
In source file graphics/vtkMergeFilter.cxx:
Method: vtkDataSet *vtkMergeFilter::GetVectors()
return statement should be: return (vtkDataSet *)(this->Inputs[2])
and not: return (vtkDataSet *)(this->Inputs[3]) as is right now.
Alex Telea
------------------------------------------------------------------
Alexandru C. Telea | Technische Universiteit Eindhoven
|
E-mail : alext at win.tue.nl | Dept. of Mathematics and
| Computing Science
Office : HG 8.30 | Postbus 513
Tel. : +31 40 247 4328 | 5600 MB Eindhoven
Secretary: +31 40 247 4416 | The Netherlands
Fax : +31 40 244 2489 |
URL : http://www.win.tue.nl/math/an/alext
-------------------------------------------------------------------
--------------------------------------------------------------------
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