14 #ifndef vtkPVKeyFrame_h 15 #define vtkPVKeyFrame_h 20 class vtkPVKeyFrameInternals;
38 vtkSetMacro(KeyTime,
double);
39 vtkGetMacro(KeyTime,
double);
49 virtual void SetKeyValue(
unsigned int index,
double val);
51 double GetKeyValue(
unsigned int index);
57 virtual void RemoveAllKeyValues();
63 unsigned int GetNumberOfKeyValues();
64 virtual void SetNumberOfKeyValues(
unsigned int num);
proxy for vtkAnimationCue.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKREMOTINGANIMATION_EXPORT
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.
void operator=(const vtkObjectBase &)
double GetKeyValue()
Get/Set the animated value at this key frame.