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

Method SetStream

IO/Core/vtkResourceParser.cxx:441–444  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

439
440//------------------------------------------------------------------------------
441void vtkResourceParser::vtkParserContext::SetStream(vtkResourceStream* stream)
442{
443 this->Impl->SetStream(stream);
444}
445
446//------------------------------------------------------------------------------
447vtkResourceStream* vtkResourceParser::vtkParserContext::GetStream() const

Callers 14

RequestDataMethod · 0.45
~vtkOutputStreamMethod · 0.45
SetStreamFunction · 0.45
~vtkInputStreamMethod · 0.45
TestIntParseFunction · 0.45
TestFloatParseFunction · 0.45
TestBoolParseFunction · 0.45
TestReadLineFunction · 0.45
TestReadLineLimitFunction · 0.45
TestReadLineToFunction · 0.45
TestStringParseFunction · 0.45
TestStopOnNewLineFunction · 0.45

Calls

no outgoing calls

Tested by 10

TestIntParseFunction · 0.36
TestFloatParseFunction · 0.36
TestBoolParseFunction · 0.36
TestReadLineFunction · 0.36
TestReadLineLimitFunction · 0.36
TestReadLineToFunction · 0.36
TestStringParseFunction · 0.36
TestStopOnNewLineFunction · 0.36
TestDiscardPredicateFunction · 0.36
TestCityGMLReaderStreamFunction · 0.36