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

Method MeshUpToDate

IO/NetCDF/vtkSLACReader.cxx:1729–1740  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1727
1728//------------------------------------------------------------------------------
1729int vtkSLACReader::MeshUpToDate()
1730{
1731 if (this->MeshReadTime < this->GetMTime())
1732 {
1733 return 0;
1734 }
1735 if (this->MeshReadTime < this->Internal->VariableArraySelection->GetMTime())
1736 {
1737 return 0;
1738 }
1739 return 1;
1740}
1741
1742//------------------------------------------------------------------------------
1743int vtkSLACReader::RestoreMeshCache(vtkMultiBlockDataSet* surfaceOutput,

Callers 1

RequestDataMethod · 0.95

Calls 1

GetMTimeMethod · 0.45

Tested by

no test coverage detected