Section: Visualization Toolkit Rendering Classes
This pass expects an initialized depth buffer and color buffer. Initialized buffers means they have been cleared with farest z-value and background color/gradient/transparent color.
To create an instance of class vtkTranslucentPass, simply invoke its constructor as follows
obj = vtkTranslucentPass
obj
is an instance of the vtkTranslucentPass class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTranslucentPass = obj.NewInstance ()
vtkTranslucentPass = obj.SafeDownCast (vtkObject o)