|
ParaView
|
#include <vtkSMTimeKeeperProxy.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 vtkSMTimeKeeperProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMTimeKeeperProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMTimeKeeperProxy () | |
| ~vtkSMTimeKeeperProxy () | |
| virtual void | CreateVTKObjects () |
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.
| vtkSMTimeKeeperProxy::vtkSMTimeKeeperProxy | ( | ) | [protected] |
| vtkSMTimeKeeperProxy::~vtkSMTimeKeeperProxy | ( | ) | [protected] |
| 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.
1.7.5.1