Go to the documentation of this file.
36 #ifndef vtkTemporalShiftScale_h
37 #define vtkTemporalShiftScale_h
39 #include "vtkFiltersHybridModule.h"
56 vtkSetMacro(PreShift,
double);
57 vtkGetMacro(PreShift,
double);
64 vtkSetMacro(PostShift,
double);
65 vtkGetMacro(PostShift,
double);
72 vtkSetMacro(Scale,
double);
73 vtkGetMacro(Scale,
double);
116 vtkSetMacro(MaximumNumberOfPeriods,
double);
117 vtkGetMacro(MaximumNumberOfPeriods,
double);
133 double PeriodicRange[2];
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
modify the time range/steps of temporal data
int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for all sources, filters, and sinks in VTK.
vtkTypeBool PeriodicEndCorrection
double BackwardConvert(double T1)
~vtkTemporalShiftScale() override
a simple class to control print indentation
double MaximumNumberOfPeriods
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkTemporalShiftScale * New()
int FillOutputPortInformation(int vtkNotUsed(port), vtkInformation *info) override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
double ForwardConvert(double T0)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)