39 #ifndef vtkGlobFileNames_h 40 #define vtkGlobFileNames_h 42 #include "vtkIOCoreModule.h" 80 vtkSetStringMacro(Directory);
81 vtkGetStringMacro(Directory);
90 int AddFileNames(
const char* pattern);
104 int GetNumberOfFileNames();
109 const char* GetNthFileName(
int index);
123 vtkSetStringMacro(Pattern);
124 vtkGetStringMacro(Pattern);
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.
a vtkAbstractArray subclass for strings
find files that match a wildcard pattern
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...