 |
VTK
9.1.0
|
Go to the documentation of this file.
36 #ifndef vtkGlobFileNames_h
37 #define vtkGlobFileNames_h
39 #include "vtkIOCoreModule.h"
vtkGetFilePathMacro(Pattern)
Set the wildcard pattern.
static vtkGlobFileNames * New()
Create a new vtkGlobFileNames object.
abstract base class for most VTK objects
VTK_FILEPATH const char * GetNthFileName(int index)
Return the file at the given index, the indexing is 0 based.
int GetNumberOfFileNames()
Return the number of files found.
void Reset()
Reset the glob by clearing the list of output filenames.
int AddFileNames(VTK_FILEPATH const char *pattern)
Search for all files that match the given expression, sort them, and add them to the output.
vtkSetFilePathMacro(Directory)
Set the directory in which to perform the glob.
void PrintSelf(ostream &os, vtkIndent indent) override
Print directory to stream.
a simple class to control print indentation
find files that match a wildcard pattern
vtkSetFilePathMacro(Pattern)
Set the wildcard pattern.
a vtkAbstractArray subclass for strings
~vtkGlobFileNames() override
vtkGetFilePathMacro(Directory)
Set the directory in which to perform the glob.