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

Method Execute

IO/Core/vtkSortFileNames.cxx:531–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void vtkSortFileNames::Execute()
532{
533 // sort the input file names
534 this->FileNames->Reset();
535 this->SortFileNames(this->InputFileNames, this->FileNames);
536
537 // group the sorted files if grouping is on
538 this->Groups->Reset();
539 if (this->Grouping)
540 {
541 this->GroupFileNames(this->FileNames, this->Groups);
542 }
543}
544
545void vtkSortFileNames::Update()
546{

Callers 1

UpdateMethod · 0.95

Calls 3

SortFileNamesMethod · 0.95
GroupFileNamesMethod · 0.95
ResetMethod · 0.45

Tested by

no test coverage detected