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

Method SetInputBufferSize

IO/Geometry/vtkOpenFOAMReader.cxx:1730–1730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1728 int GetLineNumber() const noexcept { return this->LineNumber; }
1729
1730 void SetInputBufferSize(int size) { this->InputBufferSize = size; }
1731 void SetOutputBufferSize(int size) { this->OutputBufferSize = size; }
1732
1733 // Try to open the file. Return non-empty error string on failure

Callers 1

GetFieldNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected