ParaView
|
Interplates lineraly between consequtive key frames. More...
#include <vtkPVRampKeyFrame.h>
Public Types | |
typedef vtkPVKeyFrame | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | UpdateValue (double currenttime, vtkPVAnimationCue *cue, vtkPVKeyFrame *next) |
This method will do the actual interpolation. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | RemoveAllKeyValues () |
Removes all key values. More... | |
virtual void | SetKeyTime (double) |
Key time is the time at which this key frame is associated. More... | |
virtual double | GetKeyTime () |
Key time is the time at which this key frame is associated. More... | |
virtual void | SetKeyValue (double val) |
Get/Set the animated value at this key frame. More... | |
virtual void | SetKeyValue (unsigned int index, double val) |
Get/Set the animated value at this key frame. More... | |
double | GetKeyValue () |
Get/Set the animated value at this key frame. More... | |
double | GetKeyValue (unsigned int index) |
Get/Set the animated value at this key frame. More... | |
unsigned int | GetNumberOfKeyValues () |
Set/Get the number of key values this key frame currently stores. More... | |
virtual void | SetNumberOfKeyValues (unsigned int num) |
Set/Get the number of key values this key frame currently stores. More... | |
Static Public Member Functions | |
static vtkPVRampKeyFrame * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVRampKeyFrame * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVKeyFrame * | SafeDownCast (vtkObject *o) |
static vtkPVKeyFrame * | New () |
Protected Member Functions | |
vtkPVRampKeyFrame () | |
~vtkPVRampKeyFrame () | |
![]() | |
vtkPVKeyFrame () | |
~vtkPVKeyFrame () | |
Additional Inherited Members | |
![]() | |
double | KeyTime |
vtkPVKeyFrameInternals * | Internals |
Interplates lineraly between consequtive key frames.
Definition at line 26 of file vtkPVRampKeyFrame.h.
Definition at line 30 of file vtkPVRampKeyFrame.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVKeyFrame.
|
static |
|
virtual |
Reimplemented from vtkPVKeyFrame.
|
static |
void vtkPVRampKeyFrame::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
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 vtkPVKeyFrame.