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

Method SetInputString

IO/Core/vtkArrayReader.cxx:385–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void vtkArrayReader::SetInputString(const vtkStdString& string)
386{
387 this->InputString = string;
388 this->Modified();
389}
390
391vtkStdString vtkArrayReader::GetInputString()
392{

Callers 2

TestArrayDataWriterFunction · 0.45
TestArraySerializationFunction · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 2

TestArrayDataWriterFunction · 0.36
TestArraySerializationFunction · 0.36