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

Function SetInputString

IO/Legacy/vtkDataReader.h:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 vtkGetMacro(InputStringLength, int);
112 void SetBinaryInputString(const char*, int len);
113 void SetInputString(const vtkStdString& input)
114 {
115 this->SetBinaryInputString(input.c_str(), static_cast<int>(input.length()));
116 }
117 ///@}
118
119 ///@{

Callers

nothing calls this directly

Calls 3

SetBinaryInputStringMethod · 0.45
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected