|
ParaView
|
proxy with stands for NULL object on the server. More...
#include <vtkSMNullProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkSMNullProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMNullProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMNullProxy () | |
| ~vtkSMNullProxy () | |
| virtual void | CreateVTKObjects () |
proxy with stands for NULL object on the server.
vtkSMNullProxy stands for a 0 on the server side.
Definition at line 26 of file vtkSMNullProxy.h.
| vtkSMNullProxy::vtkSMNullProxy | ( | ) | [protected] |
| vtkSMNullProxy::~vtkSMNullProxy | ( | ) | [protected] |
| static vtkSMNullProxy* vtkSMNullProxy::New | ( | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual const char* vtkSMNullProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static int vtkSMNullProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual int vtkSMNullProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static vtkSMNullProxy* vtkSMNullProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMProxy.
| void vtkSMNullProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMProxy.
| virtual void vtkSMNullProxy::CreateVTKObjects | ( | ) | [protected, virtual] |
Given a class name (by setting VTKClassName) and server ids (by setting ServerIDs), this methods instantiates the objects on the server(s)
Reimplemented from vtkSMProxy.
1.7.5.1