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

Method GetFilePath

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

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

ExtractPathFunction · 0.85

Tested by

no test coverage detected