3 #ifndef vtkEmulatedTimeAlgorithm_h 4 #define vtkEmulatedTimeAlgorithm_h 53 virtual bool GetNeedsUpdate(
double time);
68 vtkGetVector2Macro(TimeRange,
double);
114 bool NeedsUpdate =
false;
115 bool NeedsInitialization =
true;
116 double RequestedTime = 0.;
118 std::vector<double> TimeSteps;
#define VTKPVVTKEXTENSIONSCORE_EXPORT
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Provide a base API for a emulated real time LiveSource.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void operator=(const vtkObjectBase &)