MCPcopy Create free account
hub / github.com/Kitware/VTK / OpenString

Method OpenString

IO/XML/vtkXMLWriter.cxx:646–653  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

644
645//------------------------------------------------------------------------------
646int vtkXMLWriter::OpenString()
647{
648 delete this->OutStringStream;
649 this->OutStringStream = new std::ostringstream();
650 this->Stream = this->OutStringStream;
651
652 return 1;
653}
654
655//------------------------------------------------------------------------------
656void vtkXMLWriter::CloseStream()

Callers 1

OpenStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected