Go to the documentation of this file.
29 #ifndef vtkSMTimeKeeper_h
30 #define vtkSMTimeKeeper_h
33 #include "vtkRemotingServerManagerModule.h"
50 void SetTime(
double time);
51 vtkGetMacro(Time,
double);
60 void RemoveAllViews();
70 void RemoveAllTimeSources();
88 void UpdateTimeInformation();
100 void UpdateTimeSteps();
112 vtkInternal* Internal;
114 bool DeferUpdateTimeSteps;
a time keeper is used to keep track of the pipeline time.
void operator=(const vtkObjectBase &)
vtkSMProperty * TimestepValuesProperty
superclass for all SM properties
proxy for a VTK object(s) on a server
proxy for a VTK source on a server
vtkSMProperty * TimeLabelProperty
vtkSMProperty * TimeRangeProperty
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE