ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPVRampKeyFrame Class Reference

#include <vtkPVRampKeyFrame.h>

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

List of all members.

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)

Static Public Member Functions

static vtkPVRampKeyFrameNew ()
static int IsTypeOf (const char *type)
static vtkPVRampKeyFrameSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPVRampKeyFrame ()
 ~vtkPVRampKeyFrame ()

Detailed Description

Interplates lineraly between consequtive key frames.

Definition at line 25 of file vtkPVRampKeyFrame.h.


Constructor & Destructor Documentation

vtkPVRampKeyFrame::vtkPVRampKeyFrame ( ) [protected]
vtkPVRampKeyFrame::~vtkPVRampKeyFrame ( ) [protected]

Member Function Documentation

static vtkPVRampKeyFrame* vtkPVRampKeyFrame::New ( ) [static]

Reimplemented from vtkPVKeyFrame.

virtual const char* vtkPVRampKeyFrame::GetClassName ( ) [virtual]

Reimplemented from vtkPVKeyFrame.

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

Reimplemented from vtkPVKeyFrame.

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

Reimplemented from vtkPVKeyFrame.

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

Reimplemented from vtkPVKeyFrame.

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

Reimplemented from vtkPVKeyFrame.

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: