38 #ifndef __vtkGlobFileNames_h
39 #define __vtkGlobFileNames_h
68 vtkSetStringMacro(Directory);
69 vtkGetStringMacro(Directory);
76 int AddFileNames(
const char* pattern);
80 vtkSetMacro(Recurse,
int);
81 vtkBooleanMacro(Recurse,
int);
82 vtkGetMacro(Recurse,
int);
86 int GetNumberOfFileNames();
89 const char* GetNthFileName(
int index);
99 vtkSetStringMacro(Pattern);
100 vtkGetStringMacro(Pattern);