Interplates lineraly between consequtive key frames.
More...
#include <vtkPVExponentialKeyFrame.h>
Interplates lineraly between consequtive key frames.
Definition at line 26 of file vtkPVExponentialKeyFrame.h.
§ Superclass
§ vtkPVExponentialKeyFrame()
vtkPVExponentialKeyFrame::vtkPVExponentialKeyFrame |
( |
| ) |
|
|
protected |
§ ~vtkPVExponentialKeyFrame()
vtkPVExponentialKeyFrame::~vtkPVExponentialKeyFrame |
( |
| ) |
|
|
protected |
§ GetClassName()
virtual const char* vtkPVExponentialKeyFrame::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVExponentialKeyFrame::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVExponentialKeyFrame::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPVExponentialKeyFrame::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ New()
§ UpdateValue()
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.
§ SetBase()
virtual void vtkPVExponentialKeyFrame::SetBase |
( |
double |
| ) |
|
|
virtual |
Base to be used for exponential function.
§ GetBase()
virtual double vtkPVExponentialKeyFrame::GetBase |
( |
| ) |
|
|
virtual |
Base to be used for exponential function.
§ SetStartPower()
virtual void vtkPVExponentialKeyFrame::SetStartPower |
( |
double |
| ) |
|
|
virtual |
§ GetStartPower()
virtual double vtkPVExponentialKeyFrame::GetStartPower |
( |
| ) |
|
|
virtual |
§ SetEndPower()
virtual void vtkPVExponentialKeyFrame::SetEndPower |
( |
double |
| ) |
|
|
virtual |
§ GetEndPower()
virtual double vtkPVExponentialKeyFrame::GetEndPower |
( |
| ) |
|
|
virtual |
§ Base
double vtkPVExponentialKeyFrame::Base |
|
protected |
§ StartPower
double vtkPVExponentialKeyFrame::StartPower |
|
protected |
§ EndPower
double vtkPVExponentialKeyFrame::EndPower |
|
protected |
The documentation for this class was generated from the following file: