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

Method GetCasePath

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

Source from the content-addressed store, hash-verified

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

Callers 3

OpenCaseFileMethod · 0.80
OpenCaseFileOrGzipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected