|
ParaView
|
#include <vtkSMDirectoryProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| bool | MakeDirectory (const char *dir, vtkTypeUInt32 processes) |
| bool | DeleteDirectory (const char *dir, vtkTypeUInt32 processes) |
| bool | Rename (const char *oldname, const char *newname, vtkTypeUInt32 processes) |
Static Public Member Functions | |
| static vtkSMDirectoryProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMDirectoryProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMDirectoryProxy () | |
| ~vtkSMDirectoryProxy () | |
Is a utility proxy to create/delete/rename directories.
Definition at line 25 of file vtkSMDirectoryProxy.h.
| vtkSMDirectoryProxy::vtkSMDirectoryProxy | ( | ) | [protected] |
| vtkSMDirectoryProxy::~vtkSMDirectoryProxy | ( | ) | [protected] |
| static vtkSMDirectoryProxy* vtkSMDirectoryProxy::New | ( | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual const char* vtkSMDirectoryProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static int vtkSMDirectoryProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual int vtkSMDirectoryProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static vtkSMDirectoryProxy* vtkSMDirectoryProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMProxy.
| void vtkSMDirectoryProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMProxy.
| bool vtkSMDirectoryProxy::MakeDirectory | ( | const char * | dir, |
| vtkTypeUInt32 | processes | ||
| ) |
Create directory.
| bool vtkSMDirectoryProxy::DeleteDirectory | ( | const char * | dir, |
| vtkTypeUInt32 | processes | ||
| ) |
Remove a directory.
| bool vtkSMDirectoryProxy::Rename | ( | const char * | oldname, |
| const char * | newname, | ||
| vtkTypeUInt32 | processes | ||
| ) |
Rename a file or directory.
1.7.5.1