View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010714VTK(No Category)public2010-05-14 14:532016-08-12 09:55
ReporterBenjamin Sobotta 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010714: vtkFrustumSource fails to generate lines
DescriptionIn 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.
Additional InformationThe LinesLength attribute is never used.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0037172)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2010-05-14 14:53 Benjamin Sobotta New Issue
2010-05-16 08:29 Bill Lorensen Status backlog => tabled
2010-05-16 08:29 Bill Lorensen Assigned To => François Bertel
2010-09-07 13:43 François Bertel Assigned To François Bertel =>
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037172
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team