Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageLogarithmicScale, simply invoke its constructor as follows
obj = vtkImageLogarithmicScale
obj is an instance of the vtkImageLogarithmicScale class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageLogarithmicScale = obj.NewInstance ()
vtkImageLogarithmicScale = obj.SafeDownCast (vtkObject o)
obj.SetConstant (double ) - Set/Get the scale factor for the logarithmic function.
double = obj.GetConstant () - Set/Get the scale factor for the logarithmic function.