#include <vtkSMSinusoidKeyFrameProxy.h>
Inheritance diagram for vtkSMSinusoidKeyFrameProxy:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkSMSinusoidKeyFrameProxy, vtkSMKeyFrameProxy) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SaveInBatchScript (ofstream *file) |
| virtual void | UpdateValue (double currenttime, vtkSMAnimationCueProxy *cueProxy, vtkSMKeyFrameProxy *next) |
| virtual void | SetPhase (double) |
| virtual double | GetPhase () |
| virtual void | SetFrequency (double) |
| virtual double | GetFrequency () |
| virtual void | SetOffset (double) |
| virtual double | GetOffset () |
Static Public Member Functions | |
| vtkSMSinusoidKeyFrameProxy * | New () |
Protected Member Functions | |
| vtkSMSinusoidKeyFrameProxy () | |
| ~vtkSMSinusoidKeyFrameProxy () | |
Protected Attributes | |
| double | Phase |
| double | Frequency |
| double | Offset |
Definition at line 25 of file vtkSMSinusoidKeyFrameProxy.h.
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkSMKeyFrameProxy. |
|
|
Reimplemented from vtkSMKeyFrameProxy. |
|
||||||||||||||||
|
This method will do the actual interpolation. currenttime is normalized to the time range between this key frame and the next key frame. Reimplemented from vtkSMKeyFrameProxy. |
|
|
Get/Set the phase for the sine wave. |
|
|
Get/Set the phase for the sine wave. |
|
|
Get/Set the frequency for the sine wave in number of cycles for the entire length of this keyframe i.e. until the next key frame. |
|
|
Get/Set the frequency for the sine wave in number of cycles for the entire length of this keyframe i.e. until the next key frame. |
|
|
Get/Set the Wave offset. |
|
|
Get/Set the Wave offset. |
|
|
Reimplemented from vtkSMKeyFrameProxy. |
|
|
Definition at line 64 of file vtkSMSinusoidKeyFrameProxy.h. |
|
|
Definition at line 65 of file vtkSMSinusoidKeyFrameProxy.h. |
|
|
Definition at line 66 of file vtkSMSinusoidKeyFrameProxy.h. |
1.3.5