43 #ifndef vtkAnimationCue_h 44 #define vtkAnimationCue_h 81 virtual void SetTimeMode(
int mode);
84 { this->SetTimeMode(TIMEMODE_RELATIVE); }
86 { this->SetTimeMode(TIMEMODE_NORMALIZED); }
125 virtual void Tick(
double currenttime,
double deltatime,
double clocktime);
129 virtual void Initialize();
133 virtual void Finalize();
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
#define vtkGetMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
void SetTimeModeToRelative()
#define vtkSetMacro(name, type)