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