27 #ifndef vtkMultiTimeStepAlgorithm_h
28 #define vtkMultiTimeStepAlgorithm_h
30 #include "vtkCommonExecutionModelModule.h"
103 unsigned int NumberOfCacheEntries;
111 int RequestUpdateIndex;
112 std::
vector<
double> UpdateTimeSteps;
114 bool IsInCache(
double time,
size_t& idx);
125 std::vector<TimeCache> Cache;
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Hold a reference to a vtkObjectBase instance.
~vtkMultiTimeStepAlgorithm() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
Superclass for algorithms that would like to make multiple time requests.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Composite dataset that organizes datasets into blocks.
static vtkAlgorithm * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
general representation of visualization data