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

Method GetMTime

IO/Core/vtkAbstractPolyDataReader.cxx:30–38  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

28
29//----------------------------------------------------------------------------
30vtkMTimeType vtkAbstractPolyDataReader::GetMTime()
31{
32 auto mtime = this->Superclass::GetMTime();
33 if (this->Stream)
34 {
35 mtime = std::max(mtime, this->Stream->GetMTime());
36 }
37 return mtime;
38}
39
40VTK_ABI_NAMESPACE_END

Callers 1

UpdateMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected