| 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) |