41 #ifndef vtkAnimationCue_h 42 #define vtkAnimationCue_h 44 #include "vtkCommonCoreModule.h" 79 virtual void SetTimeMode(
int mode);
80 vtkGetMacro(TimeMode,
int);
82 { this->SetTimeMode(TIMEMODE_RELATIVE); }
84 { this->SetTimeMode(TIMEMODE_NORMALIZED); }
98 vtkSetMacro(StartTime,
double);
99 vtkGetMacro(StartTime,
double);
112 vtkSetMacro(EndTime,
double);
113 vtkGetMacro(EndTime,
double);
134 virtual void Tick(
double currenttime,
double deltatime,
double clocktime);
140 virtual void Initialize();
147 virtual void Finalize();
155 vtkGetMacro(AnimationTime,
double);
164 vtkGetMacro(DeltaTime,
double);
174 vtkGetMacro(ClockTime,
double);
179 TIMEMODE_NORMALIZED=0,
215 virtual void StartCueInternal();
216 virtual void TickInternal(
double currenttime,
double deltatime,
218 virtual void EndCueInternal();
void SetTimeModeToNormalized()
Get/Set the time mode.
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
int CueState
Current state of the Cue.
void SetTimeModeToRelative()
Get/Set the time mode.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...