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

Method ToStreambuf

IO/Core/vtkResourceStream.cxx:172–175  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

170#ifndef __VTK_WRAP__
171//------------------------------------------------------------------------------
172std::unique_ptr<std::streambuf> vtkResourceStream::ToStreambuf()
173{
174 return std::make_unique<basic_resource_streambuf<char>>(this);
175}
176#endif
177
178VTK_ABI_NAMESPACE_END

Callers 4

ExecuteInformationMethod · 0.80
LoadFileMethod · 0.80
TestStreambufFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestStreambufFunction · 0.64