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

Method Update

IO/Core/vtkSortFileNames.cxx:545–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void vtkSortFileNames::Update()
546{
547 if (this->InputFileNames != nullptr)
548 {
549 if (this->GetMTime() > this->UpdateTime.GetMTime() ||
550 this->InputFileNames->GetMTime() > this->UpdateTime.GetMTime())
551 {
552 this->Execute();
553 this->UpdateTime.Modified();
554 }
555 }
556}
557VTK_ABI_NAMESPACE_END

Callers 15

GetNumberOfGroupsMethod · 0.95
GetNthGroupMethod · 0.95
GetFileNamesMethod · 0.95
TestCONVERGECFDReaderFunction · 0.45
ReadMeshMethod · 0.45
UpdateMetadataMethod · 0.45
RoundTripFunction · 0.45
createMoleculeMethod · 0.45
testBondMethod · 0.45
testChangeTimeStepMethod · 0.45
TestPdbFunction · 0.45

Calls 3

ExecuteMethod · 0.95
GetMTimeMethod · 0.45
ModifiedMethod · 0.45

Tested by 15

TestCONVERGECFDReaderFunction · 0.36
RoundTripFunction · 0.36
TestPdbFunction · 0.36
TestCesiumB3DMReaderFunction · 0.36
ReadOBJBuildingsFunction · 0.36
ReadOBJMeshFunction · 0.36
ReadCityGMLBuildingsFunction · 0.36
TrianglesDifferFunction · 0.36
TestChurchBuildingsFunction · 0.36
TestCesium3DTilesReaderFunction · 0.36