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

proxy with stands for NULL object on the server. More...

#include <vtkSMNullProxy.h>

Inheritance diagram for vtkSMNullProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMNullProxy:
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)

Static Public Member Functions

static vtkSMNullProxyNew ()
static int IsTypeOf (const char *type)
static vtkSMNullProxySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMNullProxy ()
 ~vtkSMNullProxy ()
virtual void CreateVTKObjects ()

Detailed Description

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.


Constructor & Destructor Documentation

vtkSMNullProxy::vtkSMNullProxy ( ) [protected]
vtkSMNullProxy::~vtkSMNullProxy ( ) [protected]

Member Function Documentation

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.


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