55 #ifndef vtkTemporalInterpolator_h 56 #define vtkTemporalInterpolator_h 58 #include "vtkFiltersHybridModule.h" 80 vtkGetMacro(DiscreteTimeStepInterval,
double);
94 vtkGetMacro(ResampleFactor,
int);
103 vtkGetMacro(CacheData,
bool);
111 double DiscreteTimeStepInterval;
154 virtual
vtkDataArray *InterpolateDataArray(
double ratio,
162 virtual
bool VerifyArrays(
vtkDataArray **arrays,
int N);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior
static vtkMultiTimeStepAlgorithm * New()
interpolate datasets between time steps to produce a new dataset
a simple class to control print indentation
abstract superclass for arrays of numeric data
Superclass for algorithms that would like to make multiple time requests.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data