22 #ifndef vtkPVCameraAnimationCue_h 23 #define vtkPVCameraAnimationCue_h 25 #include "vtkPVAnimationModule.h" 38 void PrintSelf(ostream& os, vtkIndent indent);
51 vtkCamera* GetCamera();
56 void SetMode(
int mode);
62 void SetDataSourceProxy(
vtkSMProxy* dataSourceProxy);
vtkSMProxy * DataSourceProxy
void PrintSelf(ostream &os, vtkIndent indent)
virtual void EndUpdateAnimationValues()=0
Used to update the animated item.
vtkPVKeyFrameAnimationCue is a specialization of vtkPVAnimationCue that uses the vtkPVKeyFrameCueMani...
vtkPVCameraAnimationCue is a specialization of the vtkPVKeyFrameAnimationCue suitable for animating c...
proxy for a VTK object(s) on a server
virtual void BeginUpdateAnimationValues()
Used to update the animated item.
virtual void SetAnimationValue(int, double)
Used to update the animated item.
Render View for ParaView.