|
ParaView
|
helper proxy used to animate properties on the representations for any source. More...
#include <vtkPVRepresentationAnimationHelper.h>


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< vtkSMProxy > | SourceProxy |
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.
| vtkPVRepresentationAnimationHelper::vtkPVRepresentationAnimationHelper | ( | ) | [protected] |
| vtkPVRepresentationAnimationHelper::~vtkPVRepresentationAnimationHelper | ( | ) | [protected] |
| 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.
Definition at line 50 of file vtkPVRepresentationAnimationHelper.h.
1.7.5.1