10 #ifndef vtkPiecewiseFunctionShiftScale_h
11 #define vtkPiecewiseFunctionShiftScale_h
13 #include "vtkCommonExecutionModelModule.h"
16 VTK_ABI_NAMESPACE_BEGIN
27 vtkSetMacro(PositionShift,
double);
28 vtkSetMacro(PositionScale,
double);
29 vtkSetMacro(ValueShift,
double);
30 vtkSetMacro(ValueScale,
double);
32 vtkGetMacro(PositionShift,
double);
33 vtkGetMacro(PositionScale,
double);
34 vtkGetMacro(ValueShift,
double);
35 vtkGetMacro(ValueScale,
double);
a simple class to control print indentation
Superclass for algorithms that produce only piecewise function as output.
~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.
static vtkPiecewiseFunctionShiftScale * New()
Defines a 1D piecewise function.