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);
 
abstract base class for most VTK objects 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
vtkStringArray * FileNames
 
record modification and/or execution time 
 
a vtkAbstractArray subclass for strings 
 
virtual void Update()
Updates the extensions string. 
 
a simple class to control print indentation 
 
Group and sort a set of filenames. 
 
vtkStringArray * InputFileNames
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
vtkStringArrayVector * Groups
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...