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

Method OpenCaseFileOrGzip

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

Attempt to open file (or file.gz) relative to the case, and read FoamFile header

Source from the content-addressed store, hash-verified

3217
3218 // Attempt to open file (or file.gz) relative to the case, and read FoamFile header
3219 bool OpenCaseFileOrGzip(const std::string& file)
3220 {
3221 return this->OpenFile(this->GetCasePath() + file);
3222 }
3223
3224 void Close() { this->CloseFile(); }
3225

Callers

nothing calls this directly

Calls 2

OpenFileMethod · 0.95
GetCasePathMethod · 0.80

Tested by

no test coverage detected