57 #ifndef __vtkTemporalInterpolator_h
58 #define __vtkTemporalInterpolator_h
79 vtkSetMacro(DiscreteTimeStepInterval,
double);
80 vtkGetMacro(DiscreteTimeStepInterval,
double);
91 vtkSetMacro(ResampleFactor,
int);
92 vtkGetMacro(ResampleFactor,
int);
139 virtual vtkDataArray *InterpolateDataArray(
double ratio,
146 virtual bool VerifyArrays(
vtkDataArray **arrays,
int N);
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent)
interpolate datasets between time steps to produce a new dataset
double DiscreteTimeStepInterval
a simple class to control print indentation
abstract superclass for arrays of numeric data
static vtkTemporalDataSetAlgorithm * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
general representation of visualization data
Superclass for algorithms that produce only vtkTemporalDataSet as output.