Go to the documentation of this file.
16 #ifndef vtkPVCameraCueManipulator_h
17 #define vtkPVCameraCueManipulator_h
21 #include "vtkRemotingAnimationModule.h"
52 vtkSetClampMacro(Mode,
int, CAMERA, FOLLOW_DATA);
53 vtkGetMacro(Mode,
int);
62 vtkGetMacro(InterpolationMode,
int);
69 void SetDataSourceProxy(
vtkSMProxy* dataSourceProxy);
void Initialize(vtkPVAnimationCue *) override
This method is called when the AnimationCue's StartAnimationCueEvent is triggered,...
proxy for a VTK object(s) on a server
proxy for vtkAnimationCue.
static vtkPVKeyFrameCueManipulator * New()
vtkSMProxy * DataSourceProxy
void PrintSelf(ostream &os, vtkIndent indent) override
vtkCameraInterpolator * CameraInterpolator
void UpdateValue(double currenttime, vtkPVAnimationCue *cueproxy) override
This updates the values based on currenttime.
INTERPOLATION_TYPE_LINEAR
INTERPOLATION_TYPE_SPLINE
animation manipulator that uses keyframes to generate the animation.
void Finalize(vtkPVAnimationCue *) override
This method is called when the AnimationCue's EndAnimationCueEvent is triggered.