|
ParaView
|
#include <vtkSMLinearAnimationCueManipulatorProxy.h>
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetStartValue (double) |
| virtual double | GetStartValue () |
| virtual void | SetEndValue (double) |
| virtual double | GetEndValue () |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkSMLinearAnimationCueManipulatorProxy * | SafeDownCast (vtkObject *o) |
| static vtkSMLinearAnimationCueManipulatorProxy * | New () |
Protected Member Functions | |
| vtkSMLinearAnimationCueManipulatorProxy () | |
| ~vtkSMLinearAnimationCueManipulatorProxy () | |
Protected Attributes | |
| double | StartValue |
| double | EndValue |
| virtual void | UpdateValue (double currenttime, vtkSMAnimationCueProxy *cueproxy) |
Linear value variance. An example of Manipulator which is not using KeyFrames. ParaView GUI never creates this. But provided as an example.
Definition at line 30 of file vtkSMLinearAnimationCueManipulatorProxy.h.
| vtkSMLinearAnimationCueManipulatorProxy::vtkSMLinearAnimationCueManipulatorProxy | ( | ) | [protected] |
| vtkSMLinearAnimationCueManipulatorProxy::~vtkSMLinearAnimationCueManipulatorProxy | ( | ) | [protected] |
| virtual const char* vtkSMLinearAnimationCueManipulatorProxy::GetClassName | ( | ) | [virtual] |
| static int vtkSMLinearAnimationCueManipulatorProxy::IsTypeOf | ( | const char * | type | ) | [static] |
| virtual int vtkSMLinearAnimationCueManipulatorProxy::IsA | ( | const char * | type | ) | [virtual] |
| static vtkSMLinearAnimationCueManipulatorProxy* vtkSMLinearAnimationCueManipulatorProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
| void vtkSMLinearAnimationCueManipulatorProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| static vtkSMLinearAnimationCueManipulatorProxy* vtkSMLinearAnimationCueManipulatorProxy::New | ( | ) | [static] |
| virtual void vtkSMLinearAnimationCueManipulatorProxy::SetStartValue | ( | double | ) | [virtual] |
| virtual double vtkSMLinearAnimationCueManipulatorProxy::GetStartValue | ( | ) | [virtual] |
| virtual void vtkSMLinearAnimationCueManipulatorProxy::SetEndValue | ( | double | ) | [virtual] |
| virtual double vtkSMLinearAnimationCueManipulatorProxy::GetEndValue | ( | ) | [virtual] |
| virtual void vtkSMLinearAnimationCueManipulatorProxy::UpdateValue | ( | double | currenttime, |
| vtkSMAnimationCueProxy * | cueproxy | ||
| ) | [protected, virtual] |
This updates the values based on current. currenttime is normalized to the time range of the Cue.
Definition at line 49 of file vtkSMLinearAnimationCueManipulatorProxy.h.
Definition at line 50 of file vtkSMLinearAnimationCueManipulatorProxy.h.
1.7.5.1