#include <vtkDirectory.h>
Inheritance diagram for vtkDirectory:
[NOHEADER] | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
int | IsTypeOf (const char *type) |
vtkDirectory * | SafeDownCast (vtkObject *o) |
[NOHEADER] | |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
int | Open (const char *dir) |
int | GetNumberOfFiles () |
const char * | GetFile (int index) |
vtkDirectory * | New () |
Protected Methods | |
vtkDirectory () | |
~vtkDirectory () |
Definition at line 61 of file vtkDirectory.h.
|
|
|
|
|
Return the class name as a string. Reimplemented from vtkObject. |
|
Return the class name as a string. Reimplemented from vtkObject. |
|
Return the class name as a string. Reimplemented from vtkObject. |
|
Return the class name as a string. Reimplemented from vtkObject. |
|
Create a new vtkDirectory object. Reimplemented from vtkObject. Definition at line 71 of file vtkDirectory.h. |
|
Print directory to stream. Reimplemented from vtkObject. |
|
Open the specified directory and load the names of the files in that directory. 0 is returned if the directory can not be opened, 1 if it is opened. |
|
Print directory to stream. Definition at line 88 of file vtkDirectory.h. |
|
Print directory to stream. |