26 #ifndef vtkPVUpdateSuppressor_h 27 #define vtkPVUpdateSuppressor_h 29 #include "vtkDataObjectAlgorithm.h" 30 #include "vtkPVVTKExtensionsRenderingModule.h" 36 void PrintSelf(ostream& os, vtkIndent indent);
46 virtual void ForceUpdate();
53 void SetEnabled(
bool);
54 vtkGetMacro(Enabled,
bool);
62 vtkGetMacro(ForcedUpdateTimeStamp, vtkTimeStamp);
69 int RequestDataObject(vtkInformation* request, vtkInformationVector** inputVector,
70 vtkInformationVector* outputVector);
71 int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
72 vtkInformationVector* outputVector);
79 virtual vtkExecutive* CreateDefaultExecutive();
prevents propagation of update
vtkTimeStamp ForcedUpdateTimeStamp