26 #ifndef __vtkMultiTimeStepAlgorithm_h
27 #define __vtkMultiTimeStepAlgorithm_h
29 #include "vtkCommonExecutionModelModule.h"
31 #include "vtkSmartPointer.h"
35 class vtkInformationDoubleVectorKey;
42 void PrintSelf(ostream& os, vtkIndent indent);
53 static vtkInformationDoubleVectorKey* UPDATE_TIME_STEPS();
59 virtual int RequestDataObject(vtkInformation*, vtkInformationVector**, vtkInformationVector*)
77 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*)
92 int ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
99 vtkSmartPointer<vtkMultiBlockDataSet> MDataSet;
100 int RequestUpdateIndex;
101 std::vector<double> UpdateTimeSteps;
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for all sources, filters, and sinks in VTK.
Superclass for algorithms that would like to make multiple time requests.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Composite dataset that organizes datasets into blocks.
~vtkMultiTimeStepAlgorithm()
static vtkAlgorithm * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)