MantisBT - VTK
View Issue Details
0010714VTK(No Category)public2010-05-14 14:532016-08-12 09:55
Benjamin Sobotta 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0010714: vtkFrustumSource fails to generate lines
In vtkFrustumSource::RequestData the endpoints of the lines are never computed. While additional space for the line points is allocated (nbPts is increased), that space is never written to. newPoints->SetPoint is called 8 times for the corners of the polygons. However, additional points for the lines are not inserted. If that uninitialized space evaluates to large floats, vtkPolyData::ComputeBounds explodes. If ShowLines = false, the problem is omitted.
The LinesLength attribute is never used.
No tags attached.
Issue History
2010-05-14 14:53Benjamin SobottaNew Issue
2010-05-16 08:29Bill LorensenStatusbacklog => tabled
2010-05-16 08:29Bill LorensenAssigned To => François Bertel
2010-09-07 13:43François BertelAssigned ToFrançois Bertel =>
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037172
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037172)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.