| VTK
    | 
find files that match a wildcard pattern More...
#include <vtkGlobFileNames.h>
| Public Member Functions | |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) | 
| void | Reset () | 
| int | AddFileNames (const char *pattern) | 
| int | GetNumberOfFileNames () | 
| const char * | GetNthFileName (int index) | 
| virtual void | SetDirectory (const char *) | 
| virtual char * | GetDirectory () | 
| virtual void | SetRecurse (int) | 
| virtual void | RecurseOn () | 
| virtual void | RecurseOff () | 
| virtual int | GetRecurse () | 
| virtual vtkStringArray * | GetFileNames () | 
|  Public Member Functions inherited from vtkObject | |
| vtkObject * | NewInstance () const | 
| virtual void | DebugOn () | 
| virtual void | DebugOff () | 
| bool | GetDebug () | 
| void | SetDebug (bool debugFlag) | 
| virtual void | Modified () | 
| virtual unsigned long | GetMTime () | 
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) | 
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) | 
| vtkCommand * | GetCommand (unsigned long tag) | 
| void | RemoveObserver (vtkCommand *) | 
| void | RemoveObservers (unsigned long event, vtkCommand *) | 
| void | RemoveObservers (const char *event, vtkCommand *) | 
| int | HasObserver (unsigned long event, vtkCommand *) | 
| int | HasObserver (const char *event, vtkCommand *) | 
| void | RemoveObserver (unsigned long tag) | 
| void | RemoveObservers (unsigned long event) | 
| void | RemoveObservers (const char *event) | 
| void | RemoveAllObservers () | 
| int | HasObserver (unsigned long event) | 
| int | HasObserver (const char *event) | 
| template<class U , class T > | |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) | 
| template<class U , class T > | |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | 
| template<class U , class T > | |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | 
| int | InvokeEvent (unsigned long event, void *callData) | 
| int | InvokeEvent (const char *event, void *callData) | 
| int | InvokeEvent (unsigned long event) | 
| int | InvokeEvent (const char *event) | 
|  Public Member Functions inherited from vtkObjectBase | |
| const char * | GetClassName () const | 
| virtual void | Delete () | 
| virtual void | FastDelete () | 
| void | Print (ostream &os) | 
| virtual void | Register (vtkObjectBase *o) | 
| virtual void | UnRegister (vtkObjectBase *o) | 
| void | SetReferenceCount (int) | 
| void | PrintRevisions (ostream &) | 
| virtual void | PrintHeader (ostream &os, vtkIndent indent) | 
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) | 
| int | GetReferenceCount () | 
| Static Public Member Functions | |
| static vtkGlobFileNames * | New () | 
|  Static Public Member Functions inherited from vtkObject | |
| static int | IsTypeOf (const char *type) | 
| static vtkObject * | SafeDownCast (vtkObjectBase *o) | 
| static vtkObject * | New () | 
| static void | BreakOnError () | 
| static void | SetGlobalWarningDisplay (int val) | 
| static void | GlobalWarningDisplayOn () | 
| static void | GlobalWarningDisplayOff () | 
| static int | GetGlobalWarningDisplay () | 
|  Static Public Member Functions inherited from vtkObjectBase | |
| static int | IsTypeOf (const char *name) | 
| static vtkObjectBase * | New () | 
| Protected Member Functions | |
| vtkGlobFileNames () | |
| ~vtkGlobFileNames () | |
| virtual void | SetPattern (const char *) | 
| virtual char * | GetPattern () | 
|  Protected Member Functions inherited from vtkObject | |
| vtkObject () | |
| virtual | ~vtkObject () | 
| virtual void | RegisterInternal (vtkObjectBase *, int check) | 
| virtual void | UnRegisterInternal (vtkObjectBase *, int check) | 
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) | 
| void | InternalReleaseFocus () | 
|  Protected Member Functions inherited from vtkObjectBase | |
| vtkObjectBase () | |
| virtual | ~vtkObjectBase () | 
| virtual void | CollectRevisions (ostream &) | 
| virtual void | ReportReferences (vtkGarbageCollector *) | 
| vtkObjectBase (const vtkObjectBase &) | |
| void | operator= (const vtkObjectBase &) | 
| typedef vtkObject | Superclass | 
| static int | IsTypeOf (const char *type) | 
| static vtkGlobFileNames * | SafeDownCast (vtkObjectBase *o) | 
| virtual int | IsA (const char *type) | 
| vtkGlobFileNames * | NewInstance () const | 
| virtual vtkObjectBase * | NewInstanceInternal () const | 
| Additional Inherited Members | |
|  Public Types inherited from vtkObject | |
| typedef vtkObjectBase | Superclass | 
|  Protected Attributes inherited from vtkObject | |
| bool | Debug | 
| vtkTimeStamp | MTime | 
| vtkSubjectHelper * | SubjectHelper | 
|  Protected Attributes inherited from vtkObjectBase | |
| vtkAtomicInt32 | ReferenceCount | 
| vtkWeakPointerBase ** | WeakPointers | 
find files that match a wildcard pattern
vtkGlobFileNames is a utility for finding files and directories that match a given wildcard pattern. Allowed wildcards are , ?, [...], [!...]. The "*" wildcard matches any substring, the "?" matches any single character, the [...] matches any one of the enclosed characters, e.g. [abc] will match one of a, b, or c, while [0-9] will match any digit, and [!...] will match any single character except for the ones within the brackets. Special treatment is given to "/" (or "\" on Windows) because these are path separators. These are never matched by a wildcard, they are only matched with another file separator.
Definition at line 46 of file vtkGlobFileNames.h.
Return the class name as a string.
Definition at line 51 of file vtkGlobFileNames.h.
| 
 | protected | 
| 
 | protected | 
| 
 | static | 
Return the class name as a string.
| 
 | virtual | 
Return the class name as a string.
Reimplemented from vtkObject.
| 
 | static | 
Return the class name as a string.
| 
 | protectedvirtual | 
Return the class name as a string.
Reimplemented from vtkObject.
| vtkGlobFileNames* vtkGlobFileNames::NewInstance | ( | ) | const | 
Return the class name as a string.
| 
 | static | 
Create a new vtkGlobFileNames object.
| 
 | virtual | 
Print directory to stream.
Reimplemented from vtkObject.
| void vtkGlobFileNames::Reset | ( | ) | 
Reset the glob by clearing the list of output filenames.
| 
 | virtual | 
Set the directory in which to perform the glob. If this is not set, then the current directory will be used. Also, if you use a glob pattern that contains absolute path (one that starts with "/" or a drive letter) then that absolute path will be used and Directory will be ignored.
| 
 | virtual | 
Set the directory in which to perform the glob. If this is not set, then the current directory will be used. Also, if you use a glob pattern that contains absolute path (one that starts with "/" or a drive letter) then that absolute path will be used and Directory will be ignored.
| int vtkGlobFileNames::AddFileNames | ( | const char * | pattern | ) | 
Search for all files that match the given expression, sort them, and add them to the output. This method can be called repeatedly to add files matching additional patterns. Returns 1 if successful, otherwise returns zero.
| 
 | virtual | 
Recurse into subdirectories.
| 
 | virtual | 
Recurse into subdirectories.
| 
 | virtual | 
Recurse into subdirectories.
| 
 | virtual | 
Recurse into subdirectories.
| int vtkGlobFileNames::GetNumberOfFileNames | ( | ) | 
Return the number of files found.
| const char* vtkGlobFileNames::GetNthFileName | ( | int | index | ) | 
Return the file at the given index, the indexing is 0 based.
| 
 | virtual | 
Get an array that contains all the file names.
| 
 | protectedvirtual | 
Set the wildcard pattern.
| 
 | protectedvirtual | 
Set the wildcard pattern.
 1.8.9.1
 1.8.9.1