28 #ifndef vtkPVCameraCueManipulator_h 29 #define vtkPVCameraCueManipulator_h 31 #include "vtkPVAnimationModule.h" 34 class vtkCameraInterpolator;
42 void PrintSelf(ostream& os, vtkIndent indent);
64 vtkSetClampMacro(Mode,
int, CAMERA, FOLLOW_DATA);
65 vtkGetMacro(Mode,
int);
72 void SetDataSourceProxy(
vtkSMProxy* dataSourceProxy);
virtual void Finalize(vtkPVAnimationCue *)
This method is called when the AnimationCue's EndAnimationCueEvent is triggerred. ...
vtkSMProxy * DataSourceProxy
proxy for vtkAnimationCue.
virtual void UpdateValue(double currenttime, vtkPVAnimationCue *cueproxy)
This updates the values based on currenttime.
animation manipulator that uses keyframes to generate the animation.
void PrintSelf(ostream &os, vtkIndent indent)
virtual void Initialize(vtkPVAnimationCue *)
This method is called when the AnimationCue's StartAnimationCueEvent is triggerred, to let the animation manipulator know that the cue has been restarted.
vtkCameraInterpolator * CameraInterpolator
proxy for a VTK object(s) on a server
static vtkPVKeyFrameCueManipulator * New()