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

#include <vtkPVBooleanKeyFrame.h>

Inheritance diagram for vtkPVBooleanKeyFrame:
Inheritance graph
[legend]
Collaboration diagram for vtkPVBooleanKeyFrame:
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 *cueProxy, vtkPVKeyFrame *next)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPVBooleanKeyFrameSafeDownCast (vtkObject *o)
static vtkPVBooleanKeyFrameNew ()

Protected Member Functions

 vtkPVBooleanKeyFrame ()
 ~vtkPVBooleanKeyFrame ()

Detailed Description

Empty key frame. Can be used to toggle boolean properties.

Definition at line 25 of file vtkPVBooleanKeyFrame.h.


Constructor & Destructor Documentation

vtkPVBooleanKeyFrame::vtkPVBooleanKeyFrame ( ) [protected]
vtkPVBooleanKeyFrame::~vtkPVBooleanKeyFrame ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkPVKeyFrame.

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

Reimplemented from vtkPVKeyFrame.

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

Reimplemented from vtkPVKeyFrame.

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

Reimplemented from vtkPVKeyFrame.

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

Reimplemented from vtkPVKeyFrame.

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

Reimplemented from vtkPVKeyFrame.

virtual void vtkPVBooleanKeyFrame::UpdateValue ( double  currenttime,
vtkPVAnimationCue cueProxy,
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: