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

Interplates lineraly between consequtive key frames. More...

#include <vtkPVRampKeyFrame.h>

Inheritance diagram for vtkPVRampKeyFrame:
Inheritance graph
[legend]
Collaboration diagram for vtkPVRampKeyFrame:
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...
 
- 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 vtkPVRampKeyFrameNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVRampKeyFrameSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVKeyFrame
static int IsTypeOf (const char *type)
 
static vtkPVKeyFrameSafeDownCast (vtkObject *o)
 
static vtkPVKeyFrameNew ()
 

Protected Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from vtkPVKeyFrame
double KeyTime
 
vtkPVKeyFrameInternals * Internals
 

Detailed Description

Interplates lineraly between consequtive key frames.

Definition at line 26 of file vtkPVRampKeyFrame.h.

Member Typedef Documentation

§ Superclass

Definition at line 30 of file vtkPVRampKeyFrame.h.

Constructor & Destructor Documentation

§ vtkPVRampKeyFrame()

vtkPVRampKeyFrame::vtkPVRampKeyFrame ( )
protected

§ ~vtkPVRampKeyFrame()

vtkPVRampKeyFrame::~vtkPVRampKeyFrame ( )
protected

Member Function Documentation

§ New()

static vtkPVRampKeyFrame* vtkPVRampKeyFrame::New ( )
static

§ GetClassName()

virtual const char* vtkPVRampKeyFrame::GetClassName ( )
virtual

Reimplemented from vtkPVKeyFrame.

§ IsTypeOf()

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

§ IsA()

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

Reimplemented from vtkPVKeyFrame.

§ SafeDownCast()

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

§ PrintSelf()

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

§ UpdateValue()

virtual void vtkPVRampKeyFrame::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.


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