Section: Visualization Toolkit Volume Rendering Classes
To create an instance of class vtkVolumeRayCastMIPFunction, simply invoke its constructor as follows
obj = vtkVolumeRayCastMIPFunction
obj is an instance of the vtkVolumeRayCastMIPFunction class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkVolumeRayCastMIPFunction = obj.NewInstance ()
vtkVolumeRayCastMIPFunction = obj.SafeDownCast (vtkObject o)
float = obj.GetZeroOpacityThreshold (vtkVolume vol) - Get the scalar value below which all scalar values have zero opacity.
obj.SetMaximizeMethod (int ) - Set the MaximizeMethod to either ScalarValue or Opacity.
int = obj.GetMaximizeMethodMinValue () - Set the MaximizeMethod to either ScalarValue or Opacity.
int = obj.GetMaximizeMethodMaxValue () - Set the MaximizeMethod to either ScalarValue or Opacity.
int = obj.GetMaximizeMethod () - Set the MaximizeMethod to either ScalarValue or Opacity.
obj.SetMaximizeMethodToScalarValue () - Set the MaximizeMethod to either ScalarValue or Opacity.
obj.SetMaximizeMethodToOpacity () - Set the MaximizeMethod to either ScalarValue or Opacity.
string = obj.GetMaximizeMethodAsString (void ) - Set the MaximizeMethod to either ScalarValue or Opacity.