26 #ifndef vtkPVKeyFrame_h 27 #define vtkPVKeyFrame_h 29 #include "vtkObject.h" 30 #include "vtkPVAnimationModule.h" 32 class vtkPVKeyFrameInternals;
40 void PrintSelf(ostream& os, vtkIndent indent);
50 vtkSetMacro(KeyTime,
double);
51 vtkGetMacro(KeyTime,
double);
61 virtual void SetKeyValue(
unsigned int index,
double val);
63 double GetKeyValue(
unsigned int index);
69 virtual void RemoveAllKeyValues();
75 unsigned int GetNumberOfKeyValues();
76 virtual void SetNumberOfKeyValues(
unsigned int num);
proxy for vtkAnimationCue.
Base class for key frames.
virtual void SetKeyValue(double val)
Get/Set the animated value at this key frame.
vtkPVKeyFrameInternals * Internals
Identifier for a ClientServer object.
double GetKeyValue()
Get/Set the animated value at this key frame.