Section: Visualization Toolkit Volume Rendering Classes
To create an instance of class vtkFixedPointVolumeRayCastCompositeShadeHelper, simply invoke its constructor as follows
obj = vtkFixedPointVolumeRayCastCompositeShadeHelper
obj
is an instance of the vtkFixedPointVolumeRayCastCompositeShadeHelper class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkFixedPointVolumeRayCastCompositeShadeHelper = obj.NewInstance ()
vtkFixedPointVolumeRayCastCompositeShadeHelper = obj.SafeDownCast (vtkObject o)
obj.GenerateImage (int threadID, int threadCount, vtkVolume vol, vtkFixedPointVolumeRayCastMapper mapper)