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

Method HasGeometryChangedFromPreviousStep

IO/HDF/vtkHDFWriter.cxx:1752–1755  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1750
1751//------------------------------------------------------------------------------
1752bool vtkHDFWriter::HasGeometryChangedFromPreviousStep(vtkDataSet* input)
1753{
1754 return this->CurrentTimeIndex != 0 && input->GetMeshMTime() != this->PreviousStepMeshMTime;
1755}
1756
1757//------------------------------------------------------------------------------
1758void vtkHDFWriter::UpdatePreviousStepMeshMTime(vtkDataObject* input)

Callers 3

WriteDatasetToFileMethod · 0.95
UpdateStepsGroupMethod · 0.95
AppendPrimitiveCellsMethod · 0.95

Calls 1

GetMeshMTimeMethod · 0.45

Tested by

no test coverage detected