MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010714 | VTK | (No Category) | public | 2010-05-14 14:53 | 2016-08-12 09:55 |
| Reporter | Benjamin Sobotta | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0010714: vtkFrustumSource fails to generate lines | ||||
| Description | 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. | ||||
| Steps To Reproduce | |||||
| Additional Information | The LinesLength attribute is never used. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||