 |
VTK
9.1.0
|
Go to the documentation of this file.
38 #ifndef vtkMultiTimeStepAlgorithm_h
39 #define vtkMultiTimeStepAlgorithm_h
42 #include "vtkCommonExecutionModelModule.h"
132 int RequestUpdateIndex;
133 std::vector<double> UpdateTimeSteps;
134 bool IsInCache(
double time,
size_t& idx);
145 std::vector<TimeCache> Cache;
static vtkInformationDoubleVectorKey * UPDATE_TIME_STEPS()
This is filled by the child class to request multiple time steps.
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.
unsigned int NumberOfCacheEntries
#define VTK_DEPRECATED_IN_9_1_0(reason)
Composite dataset that organizes datasets into blocks.
~vtkMultiTimeStepAlgorithm() override=default
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkMultiTimeStepAlgorithm()
static vtkMultiTimeStepAlgorithm * New()
a simple class to control print indentation
virtual int Execute(vtkInformation *vtkNotUsed(request), const std::vector< vtkSmartPointer< vtkDataObject >> &vtkNotUsed(inputs), vtkInformationVector *vtkNotUsed(outputVector))
Subclasses should override this method to do the actual execution.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
general representation of visualization data
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that would like to make multiple time requests.