22 #ifndef vtkPiecewiseFunctionShiftScale_h 23 #define vtkPiecewiseFunctionShiftScale_h 25 #include "vtkCommonExecutionModelModule.h" 42 vtkGetMacro(PositionShift,
double);
43 vtkGetMacro(PositionScale,
double);
44 vtkGetMacro(ValueShift,
double);
45 vtkGetMacro(ValueScale,
double);
Defines a 1D piecewise function.
a simple class to control print indentation
static vtkPiecewiseFunctionAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only piecewise function as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.