24 #ifndef vtkTemporalShiftScale_h
25 #define vtkTemporalShiftScale_h
28 #include "vtkFiltersHybridModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
44 vtkSetMacro(PreShift,
double);
45 vtkGetMacro(PreShift,
double);
52 vtkSetMacro(PostShift,
double);
53 vtkGetMacro(PostShift,
double);
60 vtkSetMacro(Scale,
double);
61 vtkGetMacro(Scale,
double);
95 vtkBooleanMacro(PeriodicEndCorrection,
vtkTypeBool);
104 vtkSetMacro(MaximumNumberOfPeriods,
double);
105 vtkGetMacro(MaximumNumberOfPeriods,
double);
121 double PeriodicRange[2];
142 double ForwardConvert(
double T0);
143 double BackwardConvert(
double T1);
150 VTK_ABI_NAMESPACE_END
modify the time range/steps of temporal data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
double MaximumNumberOfPeriods
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkAlgorithm * New()
vtkTypeBool PeriodicEndCorrection