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