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

Method GetMTime

IO/IOSS/vtkIOSSReader.cxx:693–703  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

691
692//----------------------------------------------------------------------------
693vtkMTimeType vtkIOSSReader::GetMTime()
694{
695 auto mtime = this->Superclass::GetMTime();
696 for (int cc = ENTITY_START; cc < ENTITY_END; ++cc)
697 {
698 mtime = std::max(mtime, this->EntitySelection[cc]->GetMTime());
699 mtime = std::max(mtime, this->EntityFieldSelection[cc]->GetMTime());
700 }
701 mtime = std::max(mtime, this->GlobalFieldSelection->GetMTime());
702 return mtime;
703}
704
705//----------------------------------------------------------------------------
706void vtkIOSSReader::RemoveAllEntitySelections()

Callers 2

UpdateDatabaseNamesMethod · 0.45
UpdateAssemblyMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected