Go to the documentation of this file.
39 #ifndef vtkGlobFileNames_h
40 #define vtkGlobFileNames_h
42 #include "vtkIOCoreModule.h"
80 vtkSetStringMacro(Directory);
90 int AddFileNames(
const char* pattern);
98 vtkGetMacro(Recurse,
int);
104 int GetNumberOfFileNames();
109 const char* GetNthFileName(
int index);
123 vtkSetStringMacro(Pattern);
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
find files that match a wildcard pattern
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
a vtkAbstractArray subclass for strings