57 #ifndef vtkTemporalInterpolator_h
58 #define vtkTemporalInterpolator_h
79 vtkSetMacro(DiscreteTimeStepInterval,
double);
80 vtkGetMacro(DiscreteTimeStepInterval,
double);
91 vtkSetMacro(ResampleFactor,
int);
92 vtkGetMacro(ResampleFactor,
int);
98 vtkSetMacro(CacheData,
bool);
99 vtkGetMacro(CacheData,
bool);
149 virtual vtkDataArray *InterpolateDataArray(
double ratio,
156 virtual bool VerifyArrays(
vtkDataArray **arrays,
int N);
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiTimeStepAlgorithm * New()
interpolate datasets between time steps to produce a new dataset
void PrintSelf(ostream &os, vtkIndent indent)
double DiscreteTimeStepInterval
virtual int FillOutputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
#define VTKFILTERSHYBRID_EXPORT
abstract superclass for arrays of numeric data
Superclass for algorithms that would like to make multiple time requests.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
general representation of visualization data