ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPVRepresentationAnimationHelper Class Reference

helper proxy used to animate properties on the representations for any source. More...

#include <vtkPVRepresentationAnimationHelper.h>

Inheritance diagram for vtkPVRepresentationAnimationHelper:
Inheritance graph
[legend]
Collaboration diagram for vtkPVRepresentationAnimationHelper:
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)
void SetVisibility (int)
void SetOpacity (double)
void SetSourceProxy (vtkSMProxy *proxy)

Static Public Member Functions

static
vtkPVRepresentationAnimationHelper
New ()
static int IsTypeOf (const char *type)
static
vtkPVRepresentationAnimationHelper
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPVRepresentationAnimationHelper ()
 ~vtkPVRepresentationAnimationHelper ()

Protected Attributes

vtkWeakPointer< vtkSMProxySourceProxy

Detailed Description

helper proxy used to animate properties on the representations for any source.

vtkPVRepresentationAnimationHelper is helper proxy used to animate properties on the representations for any source. This makes is possible to set up an animation cue that will affect properties on all representations for a source without directly referring to the representation proxies.

Definition at line 31 of file vtkPVRepresentationAnimationHelper.h.


Constructor & Destructor Documentation

vtkPVRepresentationAnimationHelper::vtkPVRepresentationAnimationHelper ( ) [protected]
vtkPVRepresentationAnimationHelper::~vtkPVRepresentationAnimationHelper ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkSMProxy.

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

Reimplemented from vtkSMProxy.

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

Reimplemented from vtkSMProxy.

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

Reimplemented from vtkSMProxy.

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

Reimplemented from vtkSMProxy.

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

Reimplemented from vtkSMProxy.

void vtkPVRepresentationAnimationHelper::SetVisibility ( int  )

Don't use directly. Use the corresponding properties intstead.

void vtkPVRepresentationAnimationHelper::SetOpacity ( double  )

Don't use directly. Use the corresponding properties intstead.

void vtkPVRepresentationAnimationHelper::SetSourceProxy ( vtkSMProxy proxy)

Don't use directly. Use the corresponding properties intstead.


Member Data Documentation

Definition at line 50 of file vtkPVRepresentationAnimationHelper.h.


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