22#ifndef vtkPiecewiseFunctionShiftScale_h
23#define vtkPiecewiseFunctionShiftScale_h
25#include "vtkCommonExecutionModelModule.h"
38 vtkSetMacro(PositionShift,
double);
39 vtkSetMacro(PositionScale,
double);
40 vtkSetMacro(ValueShift,
double);
41 vtkSetMacro(ValueScale,
double);
43 vtkGetMacro(PositionShift,
double);
44 vtkGetMacro(PositionScale,
double);
45 vtkGetMacro(ValueShift,
double);
46 vtkGetMacro(ValueScale,
double);
a simple class to control print indentation
Superclass for algorithms that produce only piecewise function as output.
static vtkPiecewiseFunctionShiftScale * New()
~vtkPiecewiseFunctionShiftScale() override
vtkPiecewiseFunctionShiftScale()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Defines a 1D piecewise function.