Go to the documentation of this file.
33 #ifndef vtkTemporalShiftScale_h
34 #define vtkTemporalShiftScale_h
36 #include "vtkFiltersHybridModule.h"
53 vtkSetMacro(PreShift,
double);
54 vtkGetMacro(PreShift,
double);
61 vtkSetMacro(PostShift,
double);
62 vtkGetMacro(PostShift,
double);
69 vtkSetMacro(Scale,
double);
70 vtkGetMacro(Scale,
double);
104 vtkBooleanMacro(PeriodicEndCorrection,
vtkTypeBool);
113 vtkSetMacro(MaximumNumberOfPeriods,
double);
114 vtkGetMacro(MaximumNumberOfPeriods,
double);
130 double PeriodicRange[2];
162 double ForwardConvert(
double T0);
163 double BackwardConvert(
double T1);
modify the time range/steps of temporal data
Superclass for all sources, filters, and sinks in VTK.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkTypeBool PeriodicEndCorrection
a simple class to control print indentation
double MaximumNumberOfPeriods
static vtkAlgorithm * New()
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.