Go to the documentation of this file.
34 #ifndef vtkSortFileNames_h
35 #define vtkSortFileNames_h
37 #include "vtkIOCoreModule.h"
43 class vtkStringArrayVector;
62 vtkGetMacro(Grouping,
int);
76 vtkGetMacro(NumericSort,
int);
86 vtkGetMacro(IgnoreCase,
int);
97 vtkGetMacro(SkipDirectories,
int);
121 virtual int GetNumberOfGroups();
155 virtual void Execute();
166 vtkStringArrayVector *output);
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
record modification and/or execution time
abstract base class for most VTK objects
vtkStringArray * InputFileNames
virtual void Update()
Updates the extensions string.
vtkStringArray * FileNames
a simple class to control print indentation
vtkStringArrayVector * Groups
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
a vtkAbstractArray subclass for strings
Group and sort a set of filenames.