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

Method OpenStream

IO/XML/vtkXMLReader.cxx:304–314  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

302
303//------------------------------------------------------------------------------
304int vtkXMLReader::OpenStream()
305{
306 if (this->ReadFromInputString)
307 {
308 return this->OpenVTKString();
309 }
310 else
311 {
312 return this->OpenVTKFile();
313 }
314}
315
316//------------------------------------------------------------------------------
317int vtkXMLReader::OpenVTKFile()

Callers 2

ReadXMLInformationMethod · 0.95
RequestDataMethod · 0.95

Calls 2

OpenVTKStringMethod · 0.95
OpenVTKFileMethod · 0.95

Tested by

no test coverage detected