36 #ifndef vtkGlobFileNames_h 37 #define vtkGlobFileNames_h 39 #include "vtkIOCoreModule.h" 77 vtkSetStringMacro(Directory);
78 vtkGetStringMacro(Directory);
87 int AddFileNames(
const char* pattern);
101 int GetNumberOfFileNames();
106 const char* GetNthFileName(
int index);
120 vtkSetStringMacro(Pattern);
121 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.