#include <vtkPVCameraAnimationCue.h>
Inheritance diagram for vtkPVCameraAnimationCue:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVCameraAnimationCue, vtkPVAnimationCue) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | ReplaceKeyFrame (vtkPVKeyFrame *, vtkPVKeyFrame *) |
virtual int | IsKeyFrameTypeSupported (int type) |
virtual void | SetAnimatedProxy (vtkSMProxy *proxy) |
virtual void | SetAnimatedPropertyName (const char *) |
virtual void | StartRecording () |
virtual void | RecordState (double ntime, double offset, int onlyfocus) |
virtual void | RecordState (double ntime, double offset) |
Static Public Member Functions | |
vtkPVCameraAnimationCue * | New () |
Protected Member Functions | |
vtkPVCameraAnimationCue () | |
~vtkPVCameraAnimationCue () |
Animation Cues are designed to animate single properties for a proxy. However, in case of Camera, we are animating the entire proxy. Hence, we have a special cue. We have a special animation cue manipulator for camera interpolation.
Definition at line 32 of file vtkPVCameraAnimationCue.h.
|
|
|
|
|
Reimplemented from vtkPVAnimationCue. |
|
|
|
Reimplemented from vtkPVAnimationCue. |
|
Replace key frame is called when the type of the key frame is changed. CameraAnimationCue supports only one type of keyframe, hence we override this method. We may allow this if we start supporting different types of camera interpolations. Reimplemented from vtkPVAnimationCue. |
|
Method to query if the animation cue supports the given type of key frame. Rturns true for all Camera keyframes. Reimplemented from vtkPVSimpleAnimationCue. |
|
Sets the animated proxy (must be a camera proxy or a proxy that has camera proxy as subproxy with its properties exposed). Overridden to set up the vtkSMPropertyStatusManager to monitor the status of all the concerned properties. Reimplemented from vtkPVSimpleAnimationCue. |
|
Overridden to avoid initialization of vtkSMPropertyStatusManager which this class initializes on SetAnimatedProxy. Reimplemented from vtkPVSimpleAnimationCue. Definition at line 57 of file vtkPVCameraAnimationCue.h. |
|
Recording methods. Reimplemented from vtkPVAnimationCue. |
|
Recording methods. Reimplemented from vtkPVAnimationCue. |
|
Recording methods. Reimplemented from vtkPVAnimationCue. |