ParaView
|
vtkPVKeyFrameAnimationCueForProxies extends vtkPVKeyFrameAnimationCue to update properties on proxies in SetAnimationValue(). More...
#include <vtkPVKeyFrameAnimationCueForProxies.h>
Public Types | |
typedef vtkPVKeyFrameAnimationCue | Superclass |
![]() | |
typedef vtkPVAnimationCue | Superclass |
![]() | |
typedef vtkAnimationCue | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | RemoveAnimatedProxy () |
void | SetAnimatedProxy (vtkSMProxy *) |
Set/Get the animated proxy. More... | |
virtual vtkSMProxy * | GetAnimatedProxy () |
Set/Get the animated proxy. More... | |
virtual void | SetAnimatedPropertyName (const char *) |
Set/Get the animated property name. More... | |
virtual char * | GetAnimatedPropertyName () |
Set/Get the animated property name. More... | |
virtual void | SetAnimatedDomainName (const char *) |
Set/Get the animated domain name. More... | |
virtual char * | GetAnimatedDomainName () |
Set/Get the animated domain name. More... | |
virtual void | BeginUpdateAnimationValues () |
Used to update the animated item. More... | |
virtual void | SetAnimationValue (int index, double value) |
Used to update the animated item. More... | |
virtual void | EndUpdateAnimationValues () |
Used to update the animated item. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | AddKeyFrame (vtkPVKeyFrame *keyframe) |
Forwarded to the internal vtkPVKeyFrameCueManipulator. More... | |
int | GetLastAddedKeyFrameIndex () |
Forwarded to the internal vtkPVKeyFrameCueManipulator. More... | |
void | RemoveKeyFrame (vtkPVKeyFrame *) |
Forwarded to the internal vtkPVKeyFrameCueManipulator. More... | |
void | RemoveAllKeyFrames () |
Forwarded to the internal vtkPVKeyFrameCueManipulator. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetAnimatedElement (int) |
The index of the element of the property this cue animates. More... | |
virtual int | GetAnimatedElement () |
The index of the element of the property this cue animates. More... | |
void | SetManipulator (vtkPVCueManipulator *) |
Get/Set the manipulator used to compute values for each instance in the animation. More... | |
virtual vtkPVCueManipulator * | GetManipulator () |
Get/Set the manipulator used to compute values for each instance in the animation. More... | |
virtual void | SetEnabled (int) |
Enable/Disable this cue. More... | |
virtual int | GetEnabled () |
Enable/Disable this cue. More... | |
virtual void | EnabledOn () |
Enable/Disable this cue. More... | |
virtual void | EnabledOff () |
Enable/Disable this cue. More... | |
virtual void | SetUseAnimationTime (bool) |
When set to true, the manipulator is skipped and the key frame value is set by using the ClockTime directly. More... | |
virtual bool | GetUseAnimationTime () |
When set to true, the manipulator is skipped and the key frame value is set by using the ClockTime directly. More... | |
virtual void | Initialize () |
Overridden to ignore the calls when this->Enabled == false. More... | |
virtual void | Tick (double currenttime, double deltatime, double clocktime) |
Overridden to ignore the calls when this->Enabled == false. More... | |
virtual void | Finalize () |
Overridden to ignore the calls when this->Enabled == false. More... | |
Static Public Member Functions | |
static vtkPVKeyFrameAnimationCueForProxies * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVKeyFrameAnimationCueForProxies * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVKeyFrameAnimationCue * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVAnimationCue * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPVKeyFrameAnimationCueForProxies () | |
~vtkPVKeyFrameAnimationCueForProxies () | |
vtkSMProperty * | GetAnimatedProperty () |
Get the property being animated. More... | |
vtkSMDomain * | GetAnimatedDomain () |
Get the domain being animated. More... | |
![]() | |
vtkPVKeyFrameAnimationCue () | |
~vtkPVKeyFrameAnimationCue () | |
vtkPVKeyFrameCueManipulator * | GetKeyFrameManipulator () |
![]() | |
vtkPVAnimationCue () | |
~vtkPVAnimationCue () | |
virtual void | StartCueInternal () |
virtual void | TickInternal (double currenttime, double deltatime, double clocktime) |
virtual void | EndCueInternal () |
Protected Attributes | |
vtkSMProxy * | AnimatedProxy |
char * | AnimatedPropertyName |
char * | AnimatedDomainName |
int | ValueIndexMax |
![]() | |
unsigned long | ObserverID |
bool | UseAnimationTime |
int | AnimatedElement |
int | Enabled |
vtkAnimationCue * | AnimationCue |
vtkPVCueManipulator * | Manipulator |
vtkPVKeyFrameAnimationCueForProxies extends vtkPVKeyFrameAnimationCue to update properties on proxies in SetAnimationValue().
Definition at line 31 of file vtkPVKeyFrameAnimationCueForProxies.h.
Definition at line 35 of file vtkPVKeyFrameAnimationCueForProxies.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVKeyFrameAnimationCue.
|
static |
|
virtual |
Reimplemented from vtkPVKeyFrameAnimationCue.
|
static |
void vtkPVKeyFrameAnimationCueForProxies::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkPVKeyFrameAnimationCueForProxies::SetAnimatedProxy | ( | vtkSMProxy * | ) |
Set/Get the animated proxy.
|
virtual |
Set/Get the animated proxy.
void vtkPVKeyFrameAnimationCueForProxies::RemoveAnimatedProxy | ( | ) |
|
virtual |
Set/Get the animated property name.
|
virtual |
Set/Get the animated property name.
|
virtual |
Set/Get the animated domain name.
|
virtual |
Set/Get the animated domain name.
|
virtual |
Used to update the animated item.
This API makes it possible for vtk-level classes to update properties without actually linking with the ServerManager library. This only works since they object are created only on the client.
Implements vtkPVAnimationCue.
|
virtual |
Used to update the animated item.
This API makes it possible for vtk-level classes to update properties without actually linking with the ServerManager library. This only works since they object are created only on the client.
Implements vtkPVAnimationCue.
|
virtual |
Used to update the animated item.
This API makes it possible for vtk-level classes to update properties without actually linking with the ServerManager library. This only works since they object are created only on the client.
Implements vtkPVAnimationCue.
|
protected |
Get the property being animated.
|
protected |
Get the domain being animated.
|
protected |
Definition at line 90 of file vtkPVKeyFrameAnimationCueForProxies.h.
|
protected |
Definition at line 91 of file vtkPVKeyFrameAnimationCueForProxies.h.
|
protected |
Definition at line 92 of file vtkPVKeyFrameAnimationCueForProxies.h.
|
protected |
Definition at line 93 of file vtkPVKeyFrameAnimationCueForProxies.h.