67#ifndef vtkAnimationCue_h
68#define vtkAnimationCue_h
70#include "vtkCommonCoreModule.h"
106 vtkGetMacro(TimeMode,
int);
122 vtkSetMacro(StartTime,
double);
123 vtkGetMacro(StartTime,
double);
136 vtkSetMacro(EndTime,
double);
137 vtkGetMacro(EndTime,
double);
158 virtual void Tick(
double currenttime,
double deltatime,
double clocktime);
179 vtkGetMacro(AnimationTime,
double);
188 vtkGetMacro(DeltaTime,
double);
198 vtkGetMacro(ClockTime,
double);
203 TIMEMODE_NORMALIZED = 0,
204 TIMEMODE_RELATIVE = 1
241 virtual void TickInternal(
double currenttime,
double deltatime,
double clocktime);
~vtkAnimationCue() override
void SetTimeModeToRelative()
Get/Set the time mode.
void SetTimeModeToNormalized()
Get/Set the time mode.
virtual void StartCueInternal()
These are the internal methods that actually trigger they corresponding events.
virtual void EndCueInternal()
These are the internal methods that actually trigger they corresponding events.
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)
These are the internal methods that actually trigger they corresponding events.
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