ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSMDirectoryProxy Class Reference

#include <vtkSMDirectoryProxy.h>

Inheritance diagram for vtkSMDirectoryProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMDirectoryProxy:
Collaboration graph
[legend]

List of all members.

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 vtkSMDirectoryProxyNew ()
static int IsTypeOf (const char *type)
static vtkSMDirectoryProxySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMDirectoryProxy ()
 ~vtkSMDirectoryProxy ()

Detailed Description

Is a utility proxy to create/delete/rename directories.

Definition at line 25 of file vtkSMDirectoryProxy.h.


Constructor & Destructor Documentation

vtkSMDirectoryProxy::vtkSMDirectoryProxy ( ) [protected]
vtkSMDirectoryProxy::~vtkSMDirectoryProxy ( ) [protected]

Member Function Documentation

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.


The documentation for this class was generated from the following file: