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

Method UpdatePreviousStepMeshMTime

IO/HDF/vtkHDFWriter.cxx:1758–1764  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1756
1757//------------------------------------------------------------------------------
1758void vtkHDFWriter::UpdatePreviousStepMeshMTime(vtkDataObject* input)
1759{
1760 if (auto dsInput = vtkDataSet::SafeDownCast(input))
1761 {
1762 this->PreviousStepMeshMTime = dsInput->GetMeshMTime();
1763 }
1764}
1765
1766VTK_ABI_NAMESPACE_END

Callers 1

WriteDataMethod · 0.95

Calls 1

GetMeshMTimeMethod · 0.45

Tested by

no test coverage detected