Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkPiecewiseFunctionShiftScale, simply invoke its constructor as follows
obj = vtkPiecewiseFunctionShiftScale
obj
is an instance of the vtkPiecewiseFunctionShiftScale class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPiecewiseFunctionShiftScale = obj.NewInstance ()
vtkPiecewiseFunctionShiftScale = obj.SafeDownCast (vtkObject o)
obj.SetPositionShift (double )
obj.SetPositionScale (double )
obj.SetValueShift (double )
obj.SetValueScale (double )
double = obj.GetPositionShift ()
double = obj.GetPositionScale ()
double = obj.GetValueShift ()
double = obj.GetValueScale ()