Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 739
    • Issues 739
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 198
    • Merge requests 198
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

An update will be applied May 24th, between 12PM and 1PM EDT (UTC -400). The site may be slow during that time.

  • VTK
  • VTKVTK
  • Issues
  • #1591

Closed
Open
Created Feb 09, 2005 by Kitware Robot@kwrobotOwner

Reimplement vtkVRMLExporter with C++ streams

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


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.

Assignee
Assign to
Time tracking