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

Method ToString

IO/Core/vtkTextCodec.cxx:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91vtkTextCodec::vtkTextCodec() = default;
92
93std::string vtkTextCodec::ToString(istream& inputStream)
94{
95 std::string result;
96 stringIterator iterator(result);
97 this->ToUnicode(inputStream, iterator);
98 return result;
99}
100
101void vtkTextCodec::PrintSelf(ostream& os, vtkIndent indent)
102{

Callers

nothing calls this directly

Calls 1

ToUnicodeMethod · 0.95

Tested by

no test coverage detected