|
ParaView
|
Empty key frame. More...
#include <vtkPVBooleanKeyFrame.h>


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 *cueProxy, 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 int | IsTypeOf (const char *type) |
| static vtkPVBooleanKeyFrame * | SafeDownCast (vtkObject *o) |
| static vtkPVBooleanKeyFrame * | New () |
Static Public Member Functions inherited from vtkPVKeyFrame | |
| static int | IsTypeOf (const char *type) |
| static vtkPVKeyFrame * | SafeDownCast (vtkObject *o) |
| static vtkPVKeyFrame * | New () |
Protected Member Functions | |
| vtkPVBooleanKeyFrame () | |
| ~vtkPVBooleanKeyFrame () | |
Protected Member Functions inherited from vtkPVKeyFrame | |
| vtkPVKeyFrame () | |
| ~vtkPVKeyFrame () | |
Additional Inherited Members | |
Protected Attributes inherited from vtkPVKeyFrame | |
| double | KeyTime |
| vtkPVKeyFrameInternals * | Internals |
Empty key frame.
Can be used to toggle boolean properties.
Definition at line 26 of file vtkPVBooleanKeyFrame.h.
Definition at line 29 of file vtkPVBooleanKeyFrame.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkPVKeyFrame.
|
static |
|
virtual |
Reimplemented from vtkPVKeyFrame.
|
static |
| void vtkPVBooleanKeyFrame::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
static |
|
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.
1.8.12