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