Section: Visualization Toolkit Volume Rendering Classes
To create an instance of class vtkUnstructuredGridVolumeMapper, simply invoke its constructor as follows
obj = vtkUnstructuredGridVolumeMapper
obj
is an instance of the vtkUnstructuredGridVolumeMapper class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkUnstructuredGridVolumeMapper = obj.NewInstance ()
vtkUnstructuredGridVolumeMapper = obj.SafeDownCast (vtkObject o)
obj.SetInput (vtkUnstructuredGrid )
- Set/Get the input data
obj.SetInput (vtkDataSet )
- Set/Get the input data
vtkUnstructuredGrid = obj.GetInput ()
- Set/Get the input data
obj.SetBlendMode (int )
obj.SetBlendModeToComposite ()
obj.SetBlendModeToMaximumIntensity ()
int = obj.GetBlendMode ()