MantisBT - VTK
View Issue Details
0001591VTK(No Category)public2005-02-10 08:132016-08-12 09:54
maik 
David Partyka 
lowminoralways
closedmoved 
 
 
0001591: Reimplement vtkVRMLExporter with C++ streams
Currently, vtkVRMLExporter can't be used to serve
web pages without the extra steps of writing out and reading back a temporary file.

By using C++ streams, you have the option of writing to a file or writing to a string buffer, in which case, the client can get the VRML text by calling a method on the object.

I have already modified the class to do this. Feel free to use it, if you'd like.
No tags attached.
? vtkVRMLExporterY.h (3,667) 1969-12-31 19:00
https://www.vtk.org/Bug/file/5222/vtkVRMLExporterY.h
zip vrmlDemo.zip (7,682) 1969-12-31 19:00
https://www.vtk.org/Bug/file/5225/vrmlDemo.zip
zip vrmlY2.zip (6,414) 1969-12-31 19:00
https://www.vtk.org/Bug/file/5231/vrmlY2.zip
cxx vtkVRMLExporterY.cxx (21,079) 2011-08-04 14:01
https://www.vtk.org/Bug/file/5223/vtkVRMLExporterY.cxx
Issue History
2008-11-30 09:22Mathieu MalaterreAssigned ToMathieu Malaterre => David Cole
2011-01-19 10:13David ColeAssigned ToDavid Cole => David Partyka
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-07-22 20:33Dave DeMarleStatusbacklog => expired
2013-07-22 20:33Dave DeMarleNote Added: 0031295
2016-08-12 09:54Kitware RobotNote Added: 0036767
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0002063)
maik   
2005-02-16 13:51   
I've fixed the errors and provided a demo of the new exporter as a a script. All three files are in vrmlDemo.zip
(0002077)
Mathieu Malaterre   
2005-02-17 18:42   
Update vtkVRMLEXporterY to compile with compiler that do not support ostringstream 9using vtkOstrStreamWrapper)
(0031295)
Dave DeMarle   
2013-07-22 20:33   
Dave P no longer works on the project. If these old issues still exist in 6.0.0, reopen them and assign to Dave DeMarle
(0036767)
Kitware Robot   
2016-08-12 09:54   
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.