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;
115 int FillOutputPortInformation(
int vtkNotUsed(port),
vtkInformation*
info) VTK_OVERRIDE;
120 vtkInformationVector *) VTK_OVERRIDE;
122 int RequestUpdateExtent(vtkInformation *,
123 vtkInformationVector **,
124 vtkInformationVector *) VTK_OVERRIDE;
125 int RequestInformation(vtkInformation *,
126 vtkInformationVector **,
127 vtkInformationVector *) VTK_OVERRIDE;
129 int RequestData(vtkInformation *,
130 vtkInformationVector **,
131 vtkInformationVector *) VTK_OVERRIDE;
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