21 #ifndef __vtkPiecewiseFunctionShiftScale_h
22 #define __vtkPiecewiseFunctionShiftScale_h
24 #include "vtkPiecewiseFunctionAlgorithm.h"
33 void PrintSelf(ostream& os,
vtkIndent indent);
35 vtkSetMacro(PositionShift,
double);
36 vtkSetMacro(PositionScale,
double);
37 vtkSetMacro(ValueShift,
double);
38 vtkSetMacro(ValueScale,
double);
40 vtkGetMacro(PositionShift,
double);
41 vtkGetMacro(PositionScale,
double);
42 vtkGetMacro(ValueShift,
double);
43 vtkGetMacro(ValueScale,
double);
Defines a 1D piecewise function.
a simple class to control print indentation