Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkClearZPass, simply invoke its constructor as follows
obj = vtkClearZPass
obj is an instance of the vtkClearZPass class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkClearZPass = obj.NewInstance ()
vtkClearZPass = obj.SafeDownCast (vtkObject o)
obj.SetDepth (double ) - Set/Get the depth value. Initial value is 1.0 (farest).
double = obj.GetDepthMinValue () - Set/Get the depth value. Initial value is 1.0 (farest).
double = obj.GetDepthMaxValue () - Set/Get the depth value. Initial value is 1.0 (farest).
double = obj.GetDepth () - Set/Get the depth value. Initial value is 1.0 (farest).