43 #ifndef __vtkAnimationCue_h
44 #define __vtkAnimationCue_h
80 virtual void SetTimeMode(
int mode);
81 vtkGetMacro(TimeMode,
int);
83 { this->SetTimeMode(TIMEMODE_RELATIVE); }
85 { this->SetTimeMode(TIMEMODE_NORMALIZED); }
96 vtkSetMacro(StartTime,
double);
97 vtkGetMacro(StartTime,
double);
107 vtkSetMacro(EndTime,
double);
108 vtkGetMacro(EndTime,
double);
124 virtual void Tick(
double currenttime,
double deltatime,
double clocktime);
128 virtual void Initialize();
132 virtual void Finalize();
138 vtkGetMacro(AnimationTime,
double);
145 vtkGetMacro(DeltaTime,
double);
153 vtkGetMacro(ClockTime,
double);
159 TIMEMODE_NORMALIZED=0,
191 virtual void StartCueInternal();
192 virtual void TickInternal(
double currenttime,
double deltatime,
194 virtual void EndCueInternal();
void SetTimeModeToNormalized()
abstract base class for most VTK objects
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
void SetTimeModeToRelative()