Go to the documentation of this file.
58 #ifndef vtkTemporalInterpolator_h
59 #define vtkTemporalInterpolator_h
61 #include "vtkFiltersHybridModule.h"
82 vtkSetMacro(DiscreteTimeStepInterval,
double);
83 vtkGetMacro(DiscreteTimeStepInterval,
double);
96 vtkSetMacro(ResampleFactor,
int);
97 vtkGetMacro(ResampleFactor,
int);
105 vtkSetMacro(CacheData,
bool);
106 vtkGetMacro(CacheData,
bool);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkTemporalInterpolator * New()
double DiscreteTimeStepInterval
abstract superclass for arrays of numeric data
virtual vtkDataSet * InterpolateDataSet(vtkDataSet *in1, vtkDataSet *in2, double ratio)
Root level interpolation for a concrete dataset object.
vtkTemporalInterpolator()
vtkDataObject * InterpolateDataObject(vtkDataObject *in1, vtkDataObject *in2, double ratio)
General interpolation routine for any type on input data.
virtual bool VerifyArrays(vtkDataArray **arrays, int N)
Called just before interpolation of each dataset to ensure each data array has the same number of tup...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int FillOutputPortInformation(int vtkNotUsed(port), vtkInformation *info) override
a simple class to control print indentation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
abstract class to specify dataset behavior
interpolate datasets between time steps to produce a new dataset
virtual vtkDataArray * InterpolateDataArray(double ratio, vtkDataArray **arrays, vtkIdType N)
Interpolate a single vtkDataArray.
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
general representation of visualization data
~vtkTemporalInterpolator() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Superclass for algorithms that would like to make multiple time requests.