#include <vtkSMBooleanKeyFrameProxy.h>
Inheritance diagram for vtkSMBooleanKeyFrameProxy:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMBooleanKeyFrameProxy, vtkSMKeyFrameProxy) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | UpdateValue (double currenttime, vtkSMAnimationCueProxy *cueProxy, vtkSMKeyFrameProxy *next) |
Static Public Member Functions | |
vtkSMBooleanKeyFrameProxy * | New () |
Protected Member Functions | |
vtkSMBooleanKeyFrameProxy () | |
~vtkSMBooleanKeyFrameProxy () |
Definition at line 25 of file vtkSMBooleanKeyFrameProxy.h.
|
|
|
|
|
|
|
Reimplemented from vtkSMKeyFrameProxy. |
|
Reimplemented from vtkSMKeyFrameProxy. |
|
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 vtkSMKeyFrameProxy. |