43 #ifndef vtkAnimationCue_h
44 #define vtkAnimationCue_h
81 virtual void SetTimeMode(
int mode);
82 vtkGetMacro(TimeMode,
int);
84 { this->SetTimeMode(TIMEMODE_RELATIVE); }
86 { this->SetTimeMode(TIMEMODE_NORMALIZED); }
97 vtkSetMacro(StartTime,
double);
98 vtkGetMacro(StartTime,
double);
108 vtkSetMacro(EndTime,
double);
109 vtkGetMacro(EndTime,
double);
125 virtual void Tick(
double currenttime,
double deltatime,
double clocktime);
129 virtual void Initialize();
133 virtual void Finalize();
139 vtkGetMacro(AnimationTime,
double);
146 vtkGetMacro(DeltaTime,
double);
154 vtkGetMacro(ClockTime,
double);
160 TIMEMODE_NORMALIZED=0,
192 virtual void StartCueInternal();
193 virtual void TickInternal(
double currenttime,
double deltatime,
195 virtual void EndCueInternal();
void SetTimeModeToNormalized()
abstract base class for most VTK objects
#define VTKCOMMONCORE_EXPORT
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
void SetTimeModeToRelative()