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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkSMExponentialKeyFrameProxy, vtkSMKeyFrameProxy) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetStartPower (double) |
| virtual double | GetStartPower () |
| virtual void | SetEndPower (double) |
| virtual double | GetEndPower () |
| virtual void | SaveInBatchScript (ofstream *file) |
| virtual void | UpdateValue (double currenttime, vtkSMAnimationCueProxy *cueProxy, vtkSMKeyFrameProxy *next) |
| virtual void | SetBase (double) |
| virtual double | GetBase () |
Static Public Member Functions | |
| vtkSMExponentialKeyFrameProxy * | New () |
Protected Member Functions | |
| vtkSMExponentialKeyFrameProxy () | |
| ~vtkSMExponentialKeyFrameProxy () | |
Protected Attributes | |
| double | Base |
| double | StartPower |
| double | EndPower |
Definition at line 25 of file vtkSMExponentialKeyFrameProxy.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. |
|
|
Base to be used for exponential function. |
|
|
Base to be used for exponential function. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtkSMKeyFrameProxy. |
|
|
Definition at line 58 of file vtkSMExponentialKeyFrameProxy.h. |
|
|
Definition at line 59 of file vtkSMExponentialKeyFrameProxy.h. |
|
|
Definition at line 60 of file vtkSMExponentialKeyFrameProxy.h. |
1.3.5