24#ifndef vtkTemporalShiftScale_h 
   25#define vtkTemporalShiftScale_h 
   28#include "vtkFiltersHybridModule.h"  
   32VTK_ABI_NAMESPACE_BEGIN
 
   46  vtkSetMacro(PreShift, 
double);
 
   47  vtkGetMacro(PreShift, 
double);
 
   54  vtkSetMacro(PostShift, 
double);
 
   55  vtkGetMacro(PostShift, 
double);
 
   62  vtkSetMacro(Scale, 
double);
 
   63  vtkGetMacro(Scale, 
double);
 
  106  vtkSetMacro(MaximumNumberOfPeriods, 
double);
 
  107  vtkGetMacro(MaximumNumberOfPeriods, 
double);
 
  123  double PeriodicRange[2];
 
  151  std::map<double, double> OutputToInputTimes;
 
Superclass for all sources, filters, and sinks in VTK.
 
a simple class to control print indentation
 
modify the time range/steps of temporal data
 
vtkTypeBool PeriodicEndCorrection
 
double BackwardConvert(double T1)
 
~vtkTemporalShiftScale() override
 
double ForwardConvert(double T0)
 
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
static vtkTemporalShiftScale * New()
 
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
 
double MaximumNumberOfPeriods
 
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
 
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.