Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
385
void vtkArrayReader::SetInputString(const vtkStdString& string)
386
{
387
this->InputString = string;
388
this->Modified();
389
}
390
391
vtkStdString vtkArrayReader::GetInputString()
392
{
Callers
2
TestArrayDataWriter
Function · 0.45
TestArraySerialization
Function · 0.45
Calls
1
Modified
Method · 0.45
Tested by
2
TestArrayDataWriter
Function · 0.36
TestArraySerialization
Function · 0.36