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

Method OpenCaseFile

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

Attempt to open file relative to the case, and read FoamFile header

Source from the content-addressed store, hash-verified

3214
3215 // Attempt to open file relative to the case, and read FoamFile header
3216 bool OpenCaseFile(const std::string& file) { return this->OpenFile(this->GetCasePath() + file); }
3217
3218 // Attempt to open file (or file.gz) relative to the case, and read FoamFile header
3219 bool OpenCaseFileOrGzip(const std::string& file)

Callers

nothing calls this directly

Calls 2

OpenFileMethod · 0.95
GetCasePathMethod · 0.80

Tested by

no test coverage detected