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