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

#include <vtkSMTimeKeeperProxy.h>

Inheritance diagram for vtkSMTimeKeeperProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMTimeKeeperProxy:
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 vtkSMTimeKeeperProxyNew ()
static int IsTypeOf (const char *type)
static vtkSMTimeKeeperProxySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMTimeKeeperProxy ()
 ~vtkSMTimeKeeperProxy ()
virtual void CreateVTKObjects ()

Detailed Description

We simply pass the TimestepValues and TimeRange properties to the client-side vtkSMTimeKeeper instance so that it can keep those up-to-date.

Definition at line 26 of file vtkSMTimeKeeperProxy.h.


Constructor & Destructor Documentation

vtkSMTimeKeeperProxy::vtkSMTimeKeeperProxy ( ) [protected]
vtkSMTimeKeeperProxy::~vtkSMTimeKeeperProxy ( ) [protected]

Member Function Documentation

static vtkSMTimeKeeperProxy* vtkSMTimeKeeperProxy::New ( ) [static]

Reimplemented from vtkSMProxy.

virtual const char* vtkSMTimeKeeperProxy::GetClassName ( ) [virtual]

Reimplemented from vtkSMProxy.

static int vtkSMTimeKeeperProxy::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkSMProxy.

virtual int vtkSMTimeKeeperProxy::IsA ( const char *  type) [virtual]

Reimplemented from vtkSMProxy.

static vtkSMTimeKeeperProxy* vtkSMTimeKeeperProxy::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSMProxy.

void vtkSMTimeKeeperProxy::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSMProxy.

virtual void vtkSMTimeKeeperProxy::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: