|
ParaView
|
#include <vtkPVBooleanKeyFrame.h>


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 vtkPVBooleanKeyFrame * | SafeDownCast (vtkObject *o) |
| static vtkPVBooleanKeyFrame * | New () |
Protected Member Functions | |
| vtkPVBooleanKeyFrame () | |
| ~vtkPVBooleanKeyFrame () | |
Empty key frame. Can be used to toggle boolean properties.
Definition at line 25 of file vtkPVBooleanKeyFrame.h.
| vtkPVBooleanKeyFrame::vtkPVBooleanKeyFrame | ( | ) | [protected] |
| vtkPVBooleanKeyFrame::~vtkPVBooleanKeyFrame | ( | ) | [protected] |
| 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.
1.7.5.1