|
ParaView
|
#include <vtkSMAnimationSceneProxy.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 vtkSMAnimationSceneProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMAnimationSceneProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMAnimationSceneProxy () | |
| ~vtkSMAnimationSceneProxy () | |
| virtual void | CreateVTKObjects () |
vtkSMAnimationSceneProxy observes vtkCommand::ModifiedEvent on the client-side VTK-object to call UpdatePropertyInformation() every time that happens.
Definition at line 27 of file vtkSMAnimationSceneProxy.h.
| vtkSMAnimationSceneProxy::vtkSMAnimationSceneProxy | ( | ) | [protected] |
| vtkSMAnimationSceneProxy::~vtkSMAnimationSceneProxy | ( | ) | [protected] |
| static vtkSMAnimationSceneProxy* vtkSMAnimationSceneProxy::New | ( | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual const char* vtkSMAnimationSceneProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static int vtkSMAnimationSceneProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual int vtkSMAnimationSceneProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static vtkSMAnimationSceneProxy* vtkSMAnimationSceneProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMProxy.
| void vtkSMAnimationSceneProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMProxy.
| virtual void vtkSMAnimationSceneProxy::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