ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVExponentialKeyFrame Class Reference

Interplates lineraly between consequtive key frames. More...

#include <vtkPVExponentialKeyFrame.h>

Inheritance diagram for vtkPVExponentialKeyFrame:
Inheritance graph
[legend]
Collaboration diagram for vtkPVExponentialKeyFrame:
Collaboration graph
[legend]

Public Types

typedef vtkPVKeyFrame Superclass
 
- Public Types inherited from vtkPVKeyFrame
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...
 
virtual void SetStartPower (double)
 
virtual double GetStartPower ()
 
virtual void SetEndPower (double)
 
virtual double GetEndPower ()
 
virtual void SetBase (double)
 Base to be used for exponential function. More...
 
virtual double GetBase ()
 Base to be used for exponential function. More...
 
- Public Member Functions inherited from vtkPVKeyFrame
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 int IsTypeOf (const char *type)
 
static vtkPVExponentialKeyFrameSafeDownCast (vtkObject *o)
 
static vtkPVExponentialKeyFrameNew ()
 
- Static Public Member Functions inherited from vtkPVKeyFrame
static int IsTypeOf (const char *type)
 
static vtkPVKeyFrameSafeDownCast (vtkObject *o)
 
static vtkPVKeyFrameNew ()
 

Protected Member Functions

 vtkPVExponentialKeyFrame ()
 
 ~vtkPVExponentialKeyFrame ()
 
- Protected Member Functions inherited from vtkPVKeyFrame
 vtkPVKeyFrame ()
 
 ~vtkPVKeyFrame ()
 

Protected Attributes

double Base
 
double StartPower
 
double EndPower
 
- Protected Attributes inherited from vtkPVKeyFrame
double KeyTime
 
vtkPVKeyFrameInternals * Internals
 

Detailed Description

Interplates lineraly between consequtive key frames.

Definition at line 26 of file vtkPVExponentialKeyFrame.h.

Member Typedef Documentation

§ Superclass

Definition at line 29 of file vtkPVExponentialKeyFrame.h.

Constructor & Destructor Documentation

§ vtkPVExponentialKeyFrame()

vtkPVExponentialKeyFrame::vtkPVExponentialKeyFrame ( )
protected

§ ~vtkPVExponentialKeyFrame()

vtkPVExponentialKeyFrame::~vtkPVExponentialKeyFrame ( )
protected

Member Function Documentation

§ GetClassName()

virtual const char* vtkPVExponentialKeyFrame::GetClassName ( )
virtual

Reimplemented from vtkPVKeyFrame.

§ IsTypeOf()

static int vtkPVExponentialKeyFrame::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkPVExponentialKeyFrame::IsA ( const char *  type)
virtual

Reimplemented from vtkPVKeyFrame.

§ SafeDownCast()

static vtkPVExponentialKeyFrame* vtkPVExponentialKeyFrame::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVExponentialKeyFrame::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ New()

static vtkPVExponentialKeyFrame* vtkPVExponentialKeyFrame::New ( )
static

§ UpdateValue()

virtual void vtkPVExponentialKeyFrame::UpdateValue ( double  currenttime,
vtkPVAnimationCue cue,
vtkPVKeyFrame next 
)
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.

§ 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

Member Data Documentation

§ Base

double vtkPVExponentialKeyFrame::Base
protected

Definition at line 58 of file vtkPVExponentialKeyFrame.h.

§ StartPower

double vtkPVExponentialKeyFrame::StartPower
protected

Definition at line 59 of file vtkPVExponentialKeyFrame.h.

§ EndPower

double vtkPVExponentialKeyFrame::EndPower
protected

Definition at line 60 of file vtkPVExponentialKeyFrame.h.


The documentation for this class was generated from the following file: