Section: Visualization Toolkit Volume Rendering Classes
To create an instance of class vtkVolumeRayCastCompositeFunction, simply invoke its constructor as follows
obj = vtkVolumeRayCastCompositeFunction
obj is an instance of the vtkVolumeRayCastCompositeFunction class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkVolumeRayCastCompositeFunction = obj.NewInstance ()
vtkVolumeRayCastCompositeFunction = obj.SafeDownCast (vtkObject o)
obj.SetCompositeMethod (int ) - Set the CompositeMethod to either Classify First or Interpolate First
int = obj.GetCompositeMethodMinValue () - Set the CompositeMethod to either Classify First or Interpolate First
int = obj.GetCompositeMethodMaxValue () - Set the CompositeMethod to either Classify First or Interpolate First
int = obj.GetCompositeMethod () - Set the CompositeMethod to either Classify First or Interpolate First
obj.SetCompositeMethodToInterpolateFirst () - Set the CompositeMethod to either Classify First or Interpolate First
obj.SetCompositeMethodToClassifyFirst () - Set the CompositeMethod to either Classify First or Interpolate First
string = obj.GetCompositeMethodAsString (void ) - Set the CompositeMethod to either Classify First or Interpolate First