View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001591VTK(No Category)public2005-02-10 08:132016-08-12 09:54
Reportermaik 
Assigned ToDavid Partyka 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001591: Reimplement vtkVRMLExporter with C++ streams
DescriptionCurrently, 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.
TagsNo tags attached.
Project
Type
Attached Files? file icon vtkVRMLExporterY.h [^] (3,667 bytes) 1969-12-31 19:00
zip file icon vrmlDemo.zip [^] (7,682 bytes) 1969-12-31 19:00
zip file icon vrmlY2.zip [^] (6,414 bytes) 1969-12-31 19:00
cxx file icon vtkVRMLExporterY.cxx [^] (21,079 bytes) 2011-08-04 14:01

 Relationships

  Notes
(0002063)
maik (reporter)
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 (developer)
2005-02-17 18:42

Update vtkVRMLEXporterY to compile with compiler that do not support ostringstream 9using vtkOstrStreamWrapper)
(0031295)
Dave DeMarle (administrator)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-11-30 09:22 Mathieu Malaterre Assigned To Mathieu Malaterre => David Cole
2011-01-19 10:13 David Cole Assigned To David Cole => David Partyka
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2013-07-22 20:33 Dave DeMarle Status backlog => expired
2013-07-22 20:33 Dave DeMarle Note Added: 0031295
2016-08-12 09:54 Kitware Robot Note Added: 0036767
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team