| 1977 | ~vtkFoamFile() { this->Close(); } |
| 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 |
no outgoing calls
no test coverage detected