FreeMat
|
Section: Visualization Toolkit Volume Rendering Classes
This is one of the helper classes for the vtkFixedPointVolumeRayCastMapper. It will generate composite images using an alpha blending operation. This class should not be used directly, it is a helper class for the mapper and has no user-level API.
To create an instance of class vtkFixedPointVolumeRayCastCompositeGOShadeHelper, simply invoke its constructor as follows
obj = vtkFixedPointVolumeRayCastCompositeGOShadeHelper
The class vtkFixedPointVolumeRayCastCompositeGOShadeHelper has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj
is an instance of the vtkFixedPointVolumeRayCastCompositeGOShadeHelper class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkFixedPointVolumeRayCastCompositeGOShadeHelper = obj.NewInstance ()
vtkFixedPointVolumeRayCastCompositeGOShadeHelper = obj.SafeDownCast (vtkObject o)
obj.GenerateImage (int threadID, int threadCount, vtkVolume vol, vtkFixedPointVolumeRayCastMapper mapper)