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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkSMLinearAnimationCueManipulatorProxy, vtkSMAnimationCueManipulatorProxy) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SaveInBatchScript (ofstream *file) |
| virtual void | SetStartValue (double) |
| virtual double | GetStartValue () |
| virtual void | SetEndValue (double) |
| virtual double | GetEndValue () |
Static Public Member Functions | |
| vtkSMLinearAnimationCueManipulatorProxy * | New () |
Protected Member Functions | |
| vtkSMLinearAnimationCueManipulatorProxy () | |
| ~vtkSMLinearAnimationCueManipulatorProxy () | |
| virtual void | UpdateValue (double currenttime, vtkSMAnimationCueProxy *cueproxy) |
Protected Attributes | |
| double | StartValue |
| double | EndValue |
Definition at line 30 of file vtkSMLinearAnimationCueManipulatorProxy.h.
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkSMAnimationCueManipulatorProxy. |
|
|
Reimplemented from vtkSMProxy. |
|
|
Reimplemented from vtkSMAnimationCueManipulatorProxy. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
This updates the values based on current. currenttime is normalized to the time range of the Cue. Implements vtkSMAnimationCueManipulatorProxy. |
|
|
Definition at line 51 of file vtkSMLinearAnimationCueManipulatorProxy.h. |
|
|
Definition at line 52 of file vtkSMLinearAnimationCueManipulatorProxy.h. |
1.3.5