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

Method WriteToString

IO/Export/vtkGLTFExporter.cxx:511–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511std::string vtkGLTFExporter::WriteToString()
512{
513 std::ostringstream result;
514
515 this->WriteToStream(result);
516
517 return result.str();
518}
519
520void vtkGLTFExporter::WriteData()
521{

Callers

nothing calls this directly

Calls 2

WriteToStreamMethod · 0.95
strMethod · 0.45

Tested by

no test coverage detected