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

Method WriteToString

IO/Geometry/vtkGLTFWriter.cxx:852–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852std::string vtkGLTFWriter::WriteToString()
853{
854 std::ostringstream result;
855 this->WriteToStream(result, this->GetInput());
856 return result.str();
857}
858
859void vtkGLTFWriter::WriteData()
860{

Callers

nothing calls this directly

Calls 3

WriteToStreamMethod · 0.95
GetInputMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected