41#ifndef vtkAnimationCue_h
42#define vtkAnimationCue_h
44#include "vtkCommonCoreModule.h"
80 vtkGetMacro(TimeMode,
int);
82 { this->SetTimeMode(TIMEMODE_RELATIVE); }
84 { this->SetTimeMode(TIMEMODE_NORMALIZED); }
99 vtkGetMacro(StartTime,
double);
113 vtkGetMacro(EndTime,
double);
134 virtual void Tick(
double currenttime,
double deltatime,
double clocktime);
155 vtkGetMacro(AnimationTime,
double);
164 vtkGetMacro(DeltaTime,
double);
174 vtkGetMacro(ClockTime,
double);
179 TIMEMODE_NORMALIZED=0,
~vtkAnimationCue() override
void SetTimeModeToRelative()
void SetTimeModeToNormalized()
virtual void StartCueInternal()
These are the internal methods that actually trigger they corresponding events.
virtual void EndCueInternal()
virtual void Initialize()
Called when the playing of the scene begins.
virtual void Finalize()
Called when the scene reaches the end.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int CueState
Current state of the Cue.
static vtkAnimationCue * New()
virtual void TickInternal(double currenttime, double deltatime, double clocktime)
virtual void SetTimeMode(int mode)
Get/Set the time mode.
virtual void Tick(double currenttime, double deltatime, double clocktime)
Indicates a tick or point in time in the animation.
a simple class to control print indentation
abstract base class for most VTK objects
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.