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

Method Read

IO/Core/vtkArrayReader.cxx:433–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433vtkArray* vtkArrayReader::Read(const vtkStdString& str)
434{
435 std::istringstream iss(str);
436 return vtkArrayReader::Read(iss);
437}
438
439vtkArray* vtkArrayReader::Read(istream& stream)
440{

Callers 9

ReadFunction · 0.45
underflowMethod · 0.45
xsgetnMethod · 0.45
TestFileLoadingFunction · 0.45
TestBase64DataLoadingFunction · 0.45
TestRawDataLoadingFunction · 0.45
TestStringParseFunction · 0.45
TestStreamFunction · 0.45
RequestDataMethod · 0.45

Calls 2

ReadFunction · 0.70
whatMethod · 0.45

Tested by 5

TestFileLoadingFunction · 0.36
TestBase64DataLoadingFunction · 0.36
TestRawDataLoadingFunction · 0.36
TestStringParseFunction · 0.36
TestStreamFunction · 0.36