#include <vtkPVServerFileListing.h>
Inheritance diagram for vtkPVServerFileListing:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVServerFileListing, vtkPVServerObject) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetCurrentWorkingDirectory () |
int | FileIsDirectory (const char *dirname) |
int | FileIsReadable (const char *name) |
const vtkClientServerStream & | GetFileListing (const char *dirname, int save) |
Static Public Member Functions | |
vtkPVServerFileListing * | New () |
Protected Member Functions | |
vtkPVServerFileListing () | |
~vtkPVServerFileListing () | |
void | List (const char *dirname, int save) |
Protected Attributes | |
vtkPVServerFileListingInternals * | Internal |
Definition at line 28 of file vtkPVServerFileListing.h.
|
|
|
|
|
Reimplemented from vtkPVServerObject. |
|
|
|
Reimplemented from vtkPVServerObject. |
|
Get a list of files in the given directory on the server. |
|
Get the current working directory of the process on the server. |
|
Check if the given directory exists on the server. |
|
Check if the given file is readable on the server. |
|
|
|
Definition at line 54 of file vtkPVServerFileListing.h. |