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

#include <vtkSMAnimationSceneProxy.h>

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

Protected Member Functions

 vtkSMAnimationSceneProxy ()
 ~vtkSMAnimationSceneProxy ()
virtual void CreateVTKObjects ()

Detailed Description

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.


Constructor & Destructor Documentation

vtkSMAnimationSceneProxy::vtkSMAnimationSceneProxy ( ) [protected]
vtkSMAnimationSceneProxy::~vtkSMAnimationSceneProxy ( ) [protected]

Member Function Documentation

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.


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