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

Method SetBinaryInputString

IO/Legacy/vtkDataReader.cxx:211–214  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

209
210//------------------------------------------------------------------------------
211void vtkDataReader::SetBinaryInputString(const char* in, int len)
212{
213 this->SetInputString(in, len);
214}
215
216//------------------------------------------------------------------------------
217void vtkDataReader::SetInputString(const char* in, int len)

Callers 2

ReadChildMethod · 0.45
SetInputStringFunction · 0.45

Calls 1

SetInputStringMethod · 0.95

Tested by

no test coverage detected