MantisBT - VTK
View Issue Details
0008426VTK(No Category)public2009-01-26 09:462013-04-05 19:59
Levap 
David Partyka 
normalminoralways
closedfixed 
 
 
0008426: vtkSTLReader: Remove hard coded array size for STL reading
The current implementation of vtkSTLReader has hard coded target array sizes (5000). Further, it is not possible to load very big STL data.
In the attached file i have modified this behavior. vtkSTLReader reads the number of expected triangles from the STL file and verifies this number with file size.
No tags attached.
related to 0008405closed David Partyka Customization of Header in vtkSTLWriter 
cxx vtkSTLReader.cxx (11,604) 2009-01-26 09:46
https://www.vtk.org/Bug/file/7017/vtkSTLReader.cxx
cxx vtkSTLReader_VTK-5.6.0.cxx (12,162) 2010-07-05 07:24
https://www.vtk.org/Bug/file/8225/vtkSTLReader_VTK-5.6.0.cxx
Issue History
2009-01-26 09:46LevapNew Issue
2009-01-26 09:46LevapFile Added: vtkSTLReader.cxx
2010-07-05 07:24LevapFile Added: vtkSTLReader_VTK-5.6.0.cxx
2010-11-30 08:35Utkarsh AyachitAssigned To => David Partyka
2010-11-30 08:35Utkarsh AyachitStatusbacklog => tabled
2010-11-30 08:36Utkarsh AyachitRelationship addedrelated to 0008405
2010-12-11 11:39David PartykaNote Added: 0023893
2010-12-11 11:39David PartykaStatustabled => @80@
2010-12-11 11:39David PartykaResolutionopen => fixed
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-04-05 19:59Berk GeveciStatuscustomer review => closed

Notes
(0023893)
David Partyka   
2010-12-11 11:39   
These changes are now in VTK master and will be part of the VTK 5.8 release.