Section: Visualization Toolkit Volume Rendering Classes
To create an instance of class vtkVolumeTextureMapper, simply invoke its constructor as follows
obj = vtkVolumeTextureMapper
obj is an instance of the vtkVolumeTextureMapper class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkVolumeTextureMapper = obj.NewInstance ()
vtkVolumeTextureMapper = obj.SafeDownCast (vtkObject o)
obj.Update () - Update the volume rendering pipeline by updating the scalar input
obj.SetGradientEstimator (vtkEncodedGradientEstimator gradest) - Set / Get the gradient estimator used to estimate normals
vtkEncodedGradientEstimator = obj.GetGradientEstimator () - Set / Get the gradient estimator used to estimate normals
vtkEncodedGradientShader = obj.GetGradientShader () - Get the gradient shader.