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

Method Read

IO/Core/vtkArrayDataReader.cxx:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87vtkArrayData* vtkArrayDataReader::Read(const vtkStdString& str)
88{
89 std::istringstream iss(str);
90 return vtkArrayDataReader::Read(iss);
91}
92
93vtkArrayData* vtkArrayDataReader::Read(istream& stream)
94{

Callers

nothing calls this directly

Calls 5

ReadFunction · 0.70
DeleteMethod · 0.65
NewFunction · 0.50
AddArrayMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected