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

Method OpenFile

IO/EnSight/core/EnSightFile.cxx:385–388  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

383
384//------------------------------------------------------------------------------
385bool EnSightFile::OpenFile(bool isCaseFile /* = false*/)
386{
387 return this->OpenFile(this->FileNamePattern, isCaseFile);
388}
389
390//------------------------------------------------------------------------------
391// assumes that if you're trying to open the file, but it's already open, that you

Callers 4

SetFileNamePatternMethod · 0.95
SetTimeStepToReadMethod · 0.95

Calls 9

ResetFileMethod · 0.95
CloseFileMethod · 0.95
ReadLineMethod · 0.95
tolowerFunction · 0.85
transformFunction · 0.50
c_strMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected