ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVKeyFrameAnimationCue Class Reference

vtkPVKeyFrameAnimationCue is a specialization of vtkPVAnimationCue that uses the vtkPVKeyFrameCueManipulator as the manipulator. More...

#include <vtkPVKeyFrameAnimationCue.h>

Inheritance diagram for vtkPVKeyFrameAnimationCue:
Inheritance graph
[legend]
Collaboration diagram for vtkPVKeyFrameAnimationCue:
Collaboration graph
[legend]

Public Types

typedef vtkPVAnimationCue Superclass
 
- Public Types inherited from vtkPVAnimationCue
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...
 
- Public Member Functions inherited from vtkPVAnimationCue
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 vtkPVCueManipulatorGetManipulator ()
 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 vtkPVKeyFrameAnimationCueSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVAnimationCue
static int IsTypeOf (const char *type)
 
static vtkPVAnimationCueSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVKeyFrameAnimationCue ()
 
 ~vtkPVKeyFrameAnimationCue ()
 
vtkPVKeyFrameCueManipulatorGetKeyFrameManipulator ()
 
- Protected Member Functions inherited from vtkPVAnimationCue
 vtkPVAnimationCue ()
 
 ~vtkPVAnimationCue ()
 
virtual void StartCueInternal ()
 
virtual void TickInternal (double currenttime, double deltatime, double clocktime)
 
virtual void EndCueInternal ()
 

Additional Inherited Members

- Protected Attributes inherited from vtkPVAnimationCue
unsigned long ObserverID
 
bool UseAnimationTime
 
int AnimatedElement
 
int Enabled
 
vtkAnimationCue * AnimationCue
 
vtkPVCueManipulatorManipulator
 

Detailed Description

vtkPVKeyFrameAnimationCue is a specialization of vtkPVAnimationCue that uses the vtkPVKeyFrameCueManipulator as the manipulator.

Definition at line 30 of file vtkPVKeyFrameAnimationCue.h.

Member Typedef Documentation

§ Superclass

Definition at line 33 of file vtkPVKeyFrameAnimationCue.h.

Constructor & Destructor Documentation

§ vtkPVKeyFrameAnimationCue()

vtkPVKeyFrameAnimationCue::vtkPVKeyFrameAnimationCue ( )
protected

§ ~vtkPVKeyFrameAnimationCue()

vtkPVKeyFrameAnimationCue::~vtkPVKeyFrameAnimationCue ( )
protected

Member Function Documentation

§ GetClassName()

virtual const char* vtkPVKeyFrameAnimationCue::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkPVKeyFrameAnimationCue::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkPVKeyFrameAnimationCue::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkPVKeyFrameAnimationCue* vtkPVKeyFrameAnimationCue::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVKeyFrameAnimationCue::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ AddKeyFrame()

int vtkPVKeyFrameAnimationCue::AddKeyFrame ( vtkPVKeyFrame keyframe)

Forwarded to the internal vtkPVKeyFrameCueManipulator.

§ GetLastAddedKeyFrameIndex()

int vtkPVKeyFrameAnimationCue::GetLastAddedKeyFrameIndex ( )

Forwarded to the internal vtkPVKeyFrameCueManipulator.

§ RemoveKeyFrame()

void vtkPVKeyFrameAnimationCue::RemoveKeyFrame ( vtkPVKeyFrame )

Forwarded to the internal vtkPVKeyFrameCueManipulator.

§ RemoveAllKeyFrames()

void vtkPVKeyFrameAnimationCue::RemoveAllKeyFrames ( )

Forwarded to the internal vtkPVKeyFrameCueManipulator.

§ GetKeyFrameManipulator()

vtkPVKeyFrameCueManipulator* vtkPVKeyFrameAnimationCue::GetKeyFrameManipulator ( )
protected

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