ParaView
|
vtkPVKeyFrameAnimationCue is a specialization of vtkPVAnimationCue that uses the vtkPVKeyFrameCueManipulator as the manipulator. More...
#include <vtkPVKeyFrameAnimationCue.h>
Public Types | |
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) |
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 | BeginUpdateAnimationValues ()=0 |
Used to update the animated item. More... | |
virtual void | SetAnimationValue (int index, double value)=0 |
Used to update the animated item. More... | |
virtual void | EndUpdateAnimationValues ()=0 |
Used to update the animated item. 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 int | IsTypeOf (const char *type) |
static vtkPVKeyFrameAnimationCue * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVAnimationCue * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPVKeyFrameAnimationCue () | |
~vtkPVKeyFrameAnimationCue () | |
vtkPVKeyFrameCueManipulator * | GetKeyFrameManipulator () |
![]() | |
vtkPVAnimationCue () | |
~vtkPVAnimationCue () | |
virtual void | StartCueInternal () |
virtual void | TickInternal (double currenttime, double deltatime, double clocktime) |
virtual void | EndCueInternal () |
Additional Inherited Members | |
![]() | |
unsigned long | ObserverID |
bool | UseAnimationTime |
int | AnimatedElement |
int | Enabled |
vtkAnimationCue * | AnimationCue |
vtkPVCueManipulator * | Manipulator |
vtkPVKeyFrameAnimationCue is a specialization of vtkPVAnimationCue that uses the vtkPVKeyFrameCueManipulator as the manipulator.
Definition at line 30 of file vtkPVKeyFrameAnimationCue.h.
Definition at line 33 of file vtkPVKeyFrameAnimationCue.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkPVAnimationCue.
Reimplemented in vtkPVCameraAnimationCue, and vtkPVKeyFrameAnimationCueForProxies.
|
static |
|
virtual |
Reimplemented from vtkPVAnimationCue.
Reimplemented in vtkPVCameraAnimationCue, and vtkPVKeyFrameAnimationCueForProxies.
|
static |
void vtkPVKeyFrameAnimationCue::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
int vtkPVKeyFrameAnimationCue::AddKeyFrame | ( | vtkPVKeyFrame * | keyframe | ) |
Forwarded to the internal vtkPVKeyFrameCueManipulator.
int vtkPVKeyFrameAnimationCue::GetLastAddedKeyFrameIndex | ( | ) |
Forwarded to the internal vtkPVKeyFrameCueManipulator.
void vtkPVKeyFrameAnimationCue::RemoveKeyFrame | ( | vtkPVKeyFrame * | ) |
Forwarded to the internal vtkPVKeyFrameCueManipulator.
void vtkPVKeyFrameAnimationCue::RemoveAllKeyFrames | ( | ) |
Forwarded to the internal vtkPVKeyFrameCueManipulator.
|
protected |