[vtk-developers] vtkOStrStreamWrapper

Brad King brad.king at kitware.com
Wed May 14 15:56:26 EDT 2003


> I'm attempting to use vtkOStrStreamWrapper to read data values into a
> vtkstd::string. I'm having a problem clearing the vtkOStrStreamWrapper
> for reuse and was wondering if anyone could offer advice.

This class is an implementation detail to speed up compiling of
Tcl/Python/Java wrappers by not including <iostream> when building them.
It is not intended to be used for development (see the comment at the top
of the class's header).  Please just use the regular ostrstream.

Thanks,
-Brad




More information about the vtk-developers mailing list