Go to the documentation of this file.
14 #ifndef vtkPVKeyFrame_h
15 #define vtkPVKeyFrame_h
18 #include "vtkRemotingAnimationModule.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);
void operator=(const vtkObjectBase &)
virtual void SetKeyValue(double val)
Get/Set the animated value at this key frame.
Identifier for a ClientServer object.
proxy for vtkAnimationCue.
double GetKeyValue()
Get/Set the animated value at this key frame.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkPVKeyFrameInternals * Internals