Go to the documentation of this file.
57 #ifndef vtkTemporalInterpolator_h
58 #define vtkTemporalInterpolator_h
void PrintSelf(ostream &os, vtkIndent indent)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation(int vtkNotUsed(port), vtkInformation *info)
#define vtkTypeMacro(thisClass, superclass)
static vtkTemporalInterpolator * New()
double DiscreteTimeStepInterval
abstract superclass for arrays of numeric data
virtual vtkDataSet * InterpolateDataSet(vtkDataSet *in1, vtkDataSet *in2, double ratio)
vtkTemporalInterpolator()
vtkDataObject * InterpolateDataObject(vtkDataObject *in1, vtkDataObject *in2, double ratio)
virtual bool VerifyArrays(vtkDataArray **arrays, int N)
#define VTKFILTERSHYBRID_EXPORT
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
#define vtkGetMacro(name, type)
abstract class to specify dataset behavior
vtkSetMacro(IgnoreDriverBugs, bool)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
interpolate datasets between time steps to produce a new dataset
virtual vtkDataArray * InterpolateDataArray(double ratio, vtkDataArray **arrays, vtkIdType N)
~vtkTemporalInterpolator()
general representation of visualization data
Superclass for algorithms that would like to make multiple time requests.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)