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

Method SetFileNamePattern

IO/EnSight/core/EnSightFile.cxx:144–152  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

142
143//------------------------------------------------------------------------------
144bool EnSightFile::SetFileNamePattern(const std::string& filename, bool isCaseFile /* = false*/)
145{
146 this->FileNamePattern = filename;
147 if (isCaseFile)
148 {
149 return this->OpenFile(filename, true);
150 }
151 return true;
152}
153
154//------------------------------------------------------------------------------
155void EnSightFile::SetTimeAndFileSetInfo(int timeSet, int fileSet)

Callers 9

CheckVersionFunction · 0.80
ParseSOSFileFunction · 0.80
readFileValuesFunction · 0.80
CheckVersionMethod · 0.80
ParseCaseFileMethod · 0.80
ParseGeometrySectionMethod · 0.80
ParseVariableSectionMethod · 0.80

Calls 1

OpenFileMethod · 0.95

Tested by

no test coverage detected