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

Method GetMTime

IO/NetCDF/vtkMPASReader.cxx:2981–2990  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2979
2980//------------------------------------------------------------------------------
2981vtkMTimeType vtkMPASReader::GetMTime()
2982{
2983 vtkMTimeType result = this->Superclass::GetMTime();
2984 result = std::max(result, this->CellDataArraySelection->GetMTime());
2985 result = std::max(result, this->PointDataArraySelection->GetMTime());
2986 // Excluded, as this just manages a cache:
2987 // result = std::max(result, this->Internals->extraDimTime.GetMTime());
2988 result = std::max(result, this->Internals->dimMetaDataTime.GetMTime());
2989 return result;
2990}
2991
2992//------------------------------------------------------------------------------
2993// Print self.

Callers 2

UpdateMetaDataMethod · 0.45
MeshUpToDateMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected