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

Method SetOutputBufferSize

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

Source from the content-addressed store, hash-verified

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
1734 vtkFoamError TryOpen(const std::string& fileName)

Callers 1

GetFieldNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected