Go to the documentation of this file.
43 #ifndef vtkAnimationCue_h
44 #define vtkAnimationCue_h
84 { this->SetTimeMode(TIMEMODE_RELATIVE); }
86 { this->SetTimeMode(TIMEMODE_NORMALIZED); }
125 virtual void Tick(
double currenttime,
double deltatime,
double clocktime);
160 TIMEMODE_NORMALIZED=0,
virtual void StartCueInternal()
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKCOMMONCORE_EXPORT
void SetTimeModeToRelative()
virtual void SetTimeMode(int mode)
#define vtkTypeMacro(thisClass, superclass)
virtual void Tick(double currenttime, double deltatime, double clocktime)
abstract base class for most VTK objects
virtual void EndCueInternal()
a simple class to control print indentation
virtual void TickInternal(double currenttime, double deltatime, double clocktime)
void SetTimeModeToNormalized()
#define vtkGetMacro(name, type)
static vtkAnimationCue * New()
vtkSetMacro(IgnoreDriverBugs, bool)
virtual void Initialize()