| 543 | } |
| 544 | |
| 545 | void 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 | } |
| 557 | VTK_ABI_NAMESPACE_END |