MantisBT - VTK
View Issue Details
0008405VTK(No Category)public2009-01-20 04:292013-04-05 19:59
Levap 
David Partyka 
normalminoralways
closedfixed 
 
 
0008405: Customization of Header in vtkSTLWriter
Currently it is not possible to customize the header string in vtkSTLWriter. I did some very small changes to make it possible, see attached vtkSTLWriter.cxx for changes.
I think it is very useful feature for documentation and commenting purposes. So it would be nice, if it would be merged into the CVS head.
No tags attached.
related to 0008426closed David Partyka vtkSTLReader: Remove hard coded array size for STL reading 
cxx vtkSTLWriter.cxx (7,377) 2009-01-20 04:29
https://www.vtk.org/Bug/file/7002/vtkSTLWriter.cxx
cxx vtkSTLWriterWithSolidCheck.cxx (7,795) 2009-01-26 09:14
https://www.vtk.org/Bug/file/7016/vtkSTLWriterWithSolidCheck.cxx
cxx vtkSTLWriterWithSolidCheck1.cxx (7,797) 2009-01-27 10:49
https://www.vtk.org/Bug/file/7019/vtkSTLWriterWithSolidCheck1.cxx
Issue History
2009-01-20 04:29LevapNew Issue
2009-01-20 04:29LevapFile Added: vtkSTLWriter.cxx
2009-01-26 09:14LevapFile Added: vtkSTLWriterWithSolidCheck.cxx
2009-01-26 09:15LevapNote Added: 0014678
2009-01-27 10:49LevapFile Added: vtkSTLWriterWithSolidCheck1.cxx
2009-01-27 10:50LevapNote Added: 0014686
2010-11-30 08:34Utkarsh AyachitAssigned To => David Partyka
2010-11-30 08:34Utkarsh AyachitStatusbacklog => tabled
2010-11-30 08:36Utkarsh AyachitRelationship addedrelated to 0008426
2010-12-11 11:40David PartykaNote Added: 0023894
2010-12-11 11:40David PartykaStatustabled => @80@
2010-12-11 11:40David PartykaResolutionopen => fixed
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-04-05 19:59Berk GeveciStatuscustomer review => closed

Notes
(0014678)
Levap   
2009-01-26 09:15   
I added extra check for STL ASCII file format key word 'solid' in the binary write method.
(0014686)
Levap   
2009-01-27 10:50   
Corrected some embarrassing bug in line 182. :-)
(0023894)
David Partyka   
2010-12-11 11:40   
These fixes are now on master and will be included in the VTK 5.8 release.