46 #ifndef vtkTemporalInterpolator_h
47 #define vtkTemporalInterpolator_h
49 #include "vtkFiltersHybridModule.h"
52 VTK_ABI_NAMESPACE_BEGIN
71 vtkSetMacro(DiscreteTimeStepInterval,
double);
72 vtkGetMacro(DiscreteTimeStepInterval,
double);
85 vtkSetMacro(ResampleFactor,
int);
86 vtkGetMacro(ResampleFactor,
int);
94 vtkSetMacro(CacheData,
bool);
95 vtkGetMacro(CacheData,
bool);
137 MISMATCHED_TUPLES = 1,
145 virtual ArrayMatch VerifyArrays(
vtkDataArray** arrays,
int N);
160 VTK_ABI_NAMESPACE_END
ArrayMatch
Return values for VerifyArrays().
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior
virtual int Execute(vtkInformation *vtkNotUsed(request), const std::vector< vtkSmartPointer< vtkDataObject >> &vtkNotUsed(inputs), vtkInformationVector *vtkNotUsed(outputVector))
Subclasses should override this method to do the actual execution.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiTimeStepAlgorithm * New()
interpolate datasets between time steps to produce a new dataset
double DiscreteTimeStepInterval
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
abstract superclass for arrays of numeric data
Superclass for algorithms that would like to make multiple time requests.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
general representation of visualization data