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];
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
modify the time range/steps of temporal data
double BackwardConvert(double T1)
double ForwardConvert(double T0)
int PeriodicEndCorrection
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkTemporalShiftScale * New()
double MaximumNumberOfPeriods
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
see vtkAlgorithm for details
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation(int vtkNotUsed(port), vtkInformation *info)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.