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

Method SetTimeAndFileSetInfo

IO/EnSight/core/EnSightFile.cxx:155–159  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

153
154//------------------------------------------------------------------------------
155void EnSightFile::SetTimeAndFileSetInfo(int timeSet, int fileSet)
156{
157 this->TimeSet = timeSet;
158 this->FileSet = fileSet;
159}
160
161//------------------------------------------------------------------------------
162void EnSightFile::SetTimeSetInfo(std::shared_ptr<TimeSetInfo> info)

Callers 1

ParseGeometrySectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected