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

Method Open

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

Attempt to open file (without gzip fallback) and read FoamFile header

Source from the content-addressed store, hash-verified

3208
3209 // Attempt to open file (without gzip fallback) and read FoamFile header
3210 bool Open(const std::string& file) { return this->OpenFile(file, false); }
3211
3212 // Attempt to open file (with gzip fallback) and read FoamFile header
3213 bool OpenOrGzip(const std::string& file) { return this->OpenFile(file, true); }

Callers

nothing calls this directly

Calls 1

OpenFileMethod · 0.95

Tested by

no test coverage detected