| 1978 | |
| 1979 | std::string GetCasePath() const noexcept { return this->CasePath; } |
| 1980 | std::string GetFilePath() const { return vtkFoamFile::ExtractPath(this->FileName); } |
| 1981 | inputMode GetInputMode() const noexcept { return this->InputMode; } |
| 1982 | |
| 1983 | void Open(const std::string& fileName) |
nothing calls this directly
no test coverage detected