|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   27 #ifndef vtkMultiTimeStepAlgorithm_h 
   28 #define vtkMultiTimeStepAlgorithm_h 
   31 #include "vtkCommonExecutionModelModule.h"  
  107   int RequestUpdateIndex;                         
 
  108   std::vector<double> UpdateTimeSteps;            
 
  110   bool IsInCache(
double time, 
size_t& idx);
 
  123   std::vector<TimeCache> Cache;
 
  
~vtkMultiTimeStepAlgorithm() override
Superclass for all sources, filters, and sinks in VTK.
unsigned int NumberOfCacheEntries
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Composite dataset that organizes datasets into blocks.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
static vtkAlgorithm * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data
virtual vtkTypeBool 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.
Superclass for algorithms that would like to make multiple time requests.